Skip to content

Commit

Permalink
- remove: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenX8 committed Nov 28, 2024
1 parent 1163f09 commit 5e252df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generator/src/flat_ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ impl Bitset {

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

Expand Down

0 comments on commit 5e252df

Please sign in to comment.