Skip to content

Commit

Permalink
Disable clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Aug 13, 2024
1 parent b4ef898 commit 7f5f1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#![warn(rust_2018_idioms)]
#![warn(unused_lifetimes)]
#![deny(clippy::pattern_type_mismatch)]
#![allow(clippy::needless_lifetimes)]
#![allow(clippy::needless_lifetimes, clippy::needless_borrows_for_generic_args)]

extern crate rustc_apfloat;
extern crate rustc_ast;
Expand Down

0 comments on commit 7f5f1e2

Please sign in to comment.