Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Dec 3, 2024
1 parent f4a3f4d commit 2b7aa50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/libs/bindgen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#![allow(
non_upper_case_globals,
clippy::enum_variant_names,
clippy::upper_case_acronyms
clippy::upper_case_acronyms,
clippy::needless_doctest_main
)]

mod derive;
Expand Down

0 comments on commit 2b7aa50

Please sign in to comment.