Skip to content

Commit 9604a5f

Browse files
committed
allow clippy::collapsible_match in cg_gcc
1 parent 0aa7ba6 commit 9604a5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)