Skip to content

Commit

Permalink
Remove unused feature gates (#118)
Browse files Browse the repository at this point in the history
This crate is able to compile without any of these enabled.
  • Loading branch information
Aaron1011 committed May 22, 2020
1 parent 3011af0 commit 206ecfb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#![feature(lang_items)]
#![feature(global_asm)]
#![feature(step_trait)]
#![feature(llvm_asm)]
#![feature(nll)]
#![feature(const_fn)]
#![no_std]
#![no_main]

Expand Down

0 comments on commit 206ecfb

Please sign in to comment.