We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbdc1a commit f597b0fCopy full SHA for f597b0f
1 file changed
compiler/rustc_codegen_gcc/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