We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa7ba6 commit 9604a5fCopy full SHA for 9604a5f
1 file changed
src/lib.rs
@@ -19,6 +19,7 @@
19
#![warn(unused_lifetimes)]
20
#![deny(clippy::pattern_type_mismatch)]
21
#![expect(clippy::uninlined_format_args)]
22
+#![allow(clippy::collapsible_match)]
23
24
// The rustc crates we need
25
extern crate rustc_abi;
0 commit comments