Skip to content

Commit f597b0f

Browse files
committed
allow clippy::collapsible_match in cg_gcc
1 parent 1bbdc1a commit f597b0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • compiler/rustc_codegen_gcc/src

compiler/rustc_codegen_gcc/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#![warn(unused_lifetimes)]
2020
#![deny(clippy::pattern_type_mismatch)]
2121
#![expect(clippy::uninlined_format_args)]
22+
#![allow(clippy::collapsible_match)]
2223

2324
// The rustc crates we need
2425
extern crate rustc_abi;

0 commit comments

Comments
 (0)