mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-02-23 00:57:08 +09:00
fix: use super::RegisterInterface
This commit is contained in:
parent
f8c653a1cc
commit
9971774a01
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ impl CodeGen for Module {
|
|||
.collect::<Result<Vec<_>, _>>()?;
|
||||
let out = quote! {
|
||||
#(#child_mods)*
|
||||
|
||||
pub use super::RegisterInterface;
|
||||
};
|
||||
files.insert(PathBuf::from("./register_interface.rs"), out);
|
||||
|
||||
|
|
Loading…
Reference in a new issue