doc comment testing

This commit is contained in:
Jack Halford 2018-02-21 15:56:27 +01:00
parent 4a12411aa8
commit 3ee7508331

View file

@ -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]