doc comment testing
This commit is contained in:
parent
4a12411aa8
commit
3ee7508331
1 changed files with 2 additions and 3 deletions
|
|
@ -1,12 +1,11 @@
|
|||
#![no_std]
|
||||
//! project hosted at [https://github.com/jzck/kernel]
|
||||
|
||||
#![no_std]
|
||||
#![feature(lang_items)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(ptr_internals)]
|
||||
#![feature(asm)] //needed by cpuio for inline asm
|
||||
|
||||
// extern crate spin;
|
||||
// extern crate volatile;
|
||||
extern crate rlibc;
|
||||
|
||||
#[macro_use]
|
||||
|
|
|
|||
Loading…
Reference in a new issue