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

@@ -390,7 +390,6 @@ Now we can update the `_start` function of our `main.rs` to call `init` and then
```rust
// in src/main.rs
#[cfg(not(test))]
#[no_mangle]
pub extern "C" fn _start() -> ! {
println!("Hello World{}", "!");