diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2025-04-25 10:44:19 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2025-04-25 10:44:19 -0400 |
| commit | 3cd97b644d30c7dc3a48b93ac1b7403ae1cccfab (patch) | |
| tree | 14a62b99cd2599a0e8abbab21158aecbf0d65962 /compiler/rustc_codegen_gcc/src/lib.rs | |
| parent | 5c54aa781f97ae95ef01a3120650907b87d385d3 (diff) | |
| parent | 4f83a4258deb99f3288a7122c0d5a78200931c61 (diff) | |
| download | rust-3cd97b644d30c7dc3a48b93ac1b7403ae1cccfab.tar.gz rust-3cd97b644d30c7dc3a48b93ac1b7403ae1cccfab.zip | |
Merge commit '4f83a4258deb99f3288a7122c0d5a78200931c61' into subtree-update_cg_gcc_2025-04-25
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/lib.rs b/compiler/rustc_codegen_gcc/src/lib.rs index 624fdb4043c..555f164e53f 100644 --- a/compiler/rustc_codegen_gcc/src/lib.rs +++ b/compiler/rustc_codegen_gcc/src/lib.rs @@ -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::uninlined_format_args)] // Some "regular" crates we want to share with rustc extern crate object; |
