fixed rust-ana;yzer + documented
This commit is contained in:
parent
ad74990ef4
commit
ff4bbdd263
2 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#![no_std]
|
||||
#![no_main]
|
||||
#![no_std] // dont link the standard library
|
||||
#![no_main] // disable all rust-level entry points
|
||||
|
||||
use core::panic::PanicInfo;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue