Skip to content

Commit 01a6ffa

Browse files
committed
Remove unused features
1 parent 5b05a98 commit 01a6ffa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/intrinsics.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
#![allow(unused_features)]
77
#![cfg_attr(thumb, no_main)]
88
#![deny(dead_code)]
9-
#![feature(alloc_system)]
109
#![feature(asm)]
1110
#![feature(compiler_builtins_lib)]
12-
#![feature(core_float)]
1311
#![feature(lang_items)]
1412
#![feature(start)]
1513
#![feature(allocator_api)]

0 commit comments

Comments
 (0)