Skip to content

Commit

Permalink
non_camel_case_types as inner attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx authored and JasonGross committed Dec 13, 2021
1 parent f340435 commit 176d9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stringification/Rust.v
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Module Rust.
let type_prefix := (if internal_private then "type " else "pub type ")%string in
(["";
"#![allow(unused_parens)]";
"#[allow(non_camel_case_types)]";
"#![allow(non_camel_case_types)]";
""]%string
++ (List.flat_map
(fun bw
Expand Down

0 comments on commit 176d9c3

Please sign in to comment.