Skip to content

Commit

Permalink
fix(tests): unused_extern_crates
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Jan 2, 2025
1 parent ca34987 commit c58b692
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion tests/basic_math.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/// https://github.com/rust-lang/rust/issues/50297#issuecomment-524180479
/// This is of course subject to change, since the whole feature is not stable
///
//extern crate hermit;
//extern crate x86_64;
#[macro_use]
extern crate float_cmp;
Expand Down
1 change: 0 additions & 1 deletion tests/basic_print.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//#![reexport_test_harness_main = "test_main"]

//use core::panic::PanicInfo;
extern crate hermit;

use common::*;
mod common;
Expand Down
2 changes: 0 additions & 2 deletions tests/measure_startup_time.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#![no_std]
#![no_main]

extern crate hermit;

use common::*;

mod common;
Expand Down
2 changes: 0 additions & 2 deletions tests/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#![feature(custom_test_frameworks)]
#![reexport_test_harness_main = "test_main"]

extern crate hermit;

use core::ptr;
use core::sync::atomic::AtomicU32;
use core::sync::atomic::Ordering::Relaxed;
Expand Down

0 comments on commit c58b692

Please sign in to comment.