diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #![allow(unused_imports)] #![no_std] #![no_main] +#![feature(const_option)] mod arch; mod defs; mod ds; |
![]() |
index : rustubs.git | |
| A rust implementation of OO-StuBS | shrik3 |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 1 |
@@ -2,6 +2,7 @@ #![allow(unused_imports)] #![no_std] #![no_main] +#![feature(const_option)] mod arch; mod defs; mod ds; |