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:
@@ -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() -> ! {
|
||||
[…]
|
||||
|
||||
Reference in New Issue
Block a user