mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-04-25 06:06:00 +09:00
fix(validator): make FlattenedRegisterMap public
warned by rustdoc
This commit is contained in:
parent
2accbc3910
commit
d6ee19e000
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub struct FlattenedRegisterEntry<'a> {
|
|||
}
|
||||
|
||||
/// Flattened register map.
|
||||
type FlattenedRegisterMap<'a> = Vec<Option<FlattenedRegisterEntry<'a>>>;
|
||||
pub type FlattenedRegisterMap<'a> = Vec<Option<FlattenedRegisterEntry<'a>>>;
|
||||
|
||||
impl Module {
|
||||
/// Validate the address assignment, generating a flatten register map.
|
||||
|
|
Loading…
Add table
Reference in a new issue