Files
codeql/misc/codegen/templates/rust_module.mustache
2024-09-16 13:39:53 +02:00

7 lines
99 B
Plaintext

// generated by {{generator}}, do not edit
{{#modules}}
mod {{.}};
pub use {{.}}::*;
{{/modules}}