mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Remove some old cfg(not(test)) attributes
This commit is contained in:
@@ -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{}", "!");
|
||||
|
||||
Reference in New Issue
Block a user