Implement constants via calling the constant.
This commit is contained in:
committed by
J Henry Waugh
parent
c07c4561eb
commit
92be487e80
@@ -282,7 +282,6 @@ impl Module {
|
||||
// Regenerate the module with the new content added.
|
||||
Ok(quote! {
|
||||
#(#mod_attrs)*
|
||||
#[allow(dead_code)]
|
||||
pub mod #mod_name {
|
||||
#(#orig_content)*
|
||||
#(#inner_modules)*
|
||||
|
Reference in New Issue
Block a user