Skip to content

Commit 206ecfb

Browse files
authored
Remove unused feature gates (#118)
This crate is able to compile without any of these enabled.
1 parent 3011af0 commit 206ecfb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/main.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#![feature(lang_items)]
22
#![feature(global_asm)]
3-
#![feature(step_trait)]
43
#![feature(llvm_asm)]
5-
#![feature(nll)]
6-
#![feature(const_fn)]
74
#![no_std]
85
#![no_main]
96

0 commit comments

Comments
 (0)