Skip to content

Commit 5e252df

Browse files
committed
- remove: unused import
1 parent 1163f09 commit 5e252df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generator/src/flat_ast.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ impl Bitset {
439439

440440
impl SimpleType {
441441
pub fn new(name: String, doc: Option<String>) -> Self {
442-
use heck::ToLowerCamelCase;
443442
SimpleType{ name: name.to_upper_camel_case(), contents: Vec::new(), doc }
444443
}
445444

0 commit comments

Comments
 (0)