diff --git a/generator/src/flat_ast.rs b/generator/src/flat_ast.rs index afd229a..e547671 100644 --- a/generator/src/flat_ast.rs +++ b/generator/src/flat_ast.rs @@ -439,7 +439,6 @@ impl Bitset { impl SimpleType { pub fn new(name: String, doc: Option) -> Self { - use heck::ToLowerCamelCase; SimpleType{ name: name.to_upper_camel_case(), contents: Vec::new(), doc } }