Skip to content

Commit 3a5584e

Browse files
committed
lints
1 parent 096632b commit 3a5584e

File tree

1 file changed

+2
-1
lines changed
  • builtins-test-intrinsics/src

1 file changed

+2
-1
lines changed

builtins-test-intrinsics/src/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
#![allow(unused_features)]
77
#![allow(internal_features)]
8-
#![deny(dead_code)]
8+
// #![deny(dead_code)]
9+
#![allow(unused)]
910
#![feature(allocator_api)]
1011
#![feature(f128)]
1112
#![feature(f16)]

0 commit comments

Comments
 (0)