Skip to content

Commit

Permalink
Allow unknown lints
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Mar 12, 2024
1 parent 91720d3 commit 3fd6512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#![forbid(unsafe_code)]
#![cfg_attr(not(feature = "ui"), allow(dead_code, unused_variables))]
#![allow(unknown_lints)]
#![allow(clippy::assigning_clones)]

mod build_script_checker;
Expand Down

0 comments on commit 3fd6512

Please sign in to comment.