8000 Fix duplicated nll feature and removed stablized features (#22) · rust-osdev/bootloader@8b3d56e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b3d56e

Browse files
lachlansneffphil-opp
authored andcommitted
Fix duplicated nll feature and removed stablized features (#22)
1 parent 5a541aa commit 8b3d56e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
#![feature(lang_items)]
22
#![feature(global_asm)]
3-
#![feature(iterator_step_by)]
43
#![feature(try_from)]
54
#![feature(step_trait)]
65
#![feature(asm)]
76
#![feature(nll)]
8-
#![feature(pointer_methods)]
97
#![feature(const_fn)]
10-
#![feature(nll)]
118
#![feature(panic_implementation)]
129
#![no_std]
1310
#![no_main]

0 commit comments

Comments
 (0)
0