diff --git a/test_suite/no_std/src/main.rs b/test_suite/no_std/src/main.rs index bcd5c480..4e817362 100644 --- a/test_suite/no_std/src/main.rs +++ b/test_suite/no_std/src/main.rs @@ -9,6 +9,9 @@ #![feature(lang_items, start, compiler_builtins_lib)] #![no_std] +// https://github.com/rust-lang/rust/issues/47311 +#![cfg_attr(feature = "cargo-clippy", allow(double_parens))] + extern crate libc; extern crate compiler_builtins;