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