Skip to content

Commit

Permalink
fix(demo): unused_imports
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Apr 5, 2024
1 parent 0474573 commit b181a84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion examples/demo/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![allow(dead_code)]
#![allow(unused_imports)]
#![feature(thread_id_value)]

#[cfg(target_os = "hermit")]
Expand Down
3 changes: 1 addition & 2 deletions examples/demo/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use std::f64::consts::{E, PI};
use std::fs::File;
use std::io::{Read, Write};
use std::net::{TcpListener, TcpStream};
use std::time::{self, Instant};
use std::{env, str, thread, vec};
use std::{env, thread, vec};

#[cfg(target_arch = "aarch64")]
use aarch64::regs::*;
Expand Down

0 comments on commit b181a84

Please sign in to comment.