Skip to content

Commit

Permalink
tests: Fix unused import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 13, 2023
1 parent c7376d3 commit 58bd86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mutex/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use riot_wrappers::mutex::Mutex;
use riot_wrappers::println;
use riot_wrappers::riot_main;
use riot_wrappers::thread::{InThread, ValueInThread};
use riot_wrappers::thread::InThread;

riot_main!(main);

Expand Down

0 comments on commit 58bd86b

Please sign in to comment.