Remove some old cfg(not(test)) attributes

This commit is contained in:
Philipp Oppermann
2019-04-25 17:55:35 +02:00
parent fad4618de3
commit fd8fb3e581
4 changed files with 0 additions and 6 deletions

View File

@@ -309,7 +309,6 @@ We can easily provoke such a deadlock in our kernel by printing something in the
```rust
// in src/main.rs
#[cfg(not(test))]
#[no_mangle]
pub extern "C" fn _start() -> ! {
[]