mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
// generated by {{generator}}
|
|
|
|
{{#modules}}
|
|
mod {{.}};
|
|
pub use {{.}}::*;
|
|
|
|
{{/modules}}
|