This commit is contained in:
travis-update-bot
2015-12-13 23:10:42 +00:00
parent 2f637887e3
commit 14f2f1a967

View File

@@ -40,7 +40,7 @@ The `package` section contains required project metadata such as the [semantic c
Now we place our root source file in `src/lib.rs`: Now we place our root source file in `src/lib.rs`:
```rust ```rust
#![feature(no_std, lang_items)] #![feature(lang_items)]
#![no_std] #![no_std]
#[no_mangle] #[no_mangle]