Skip to content

Commit 8f403c0

Browse files
committed
Fix unused import warning in test_utils
1 parent a925cc1 commit 8f403c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/util/test_utils.rs

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ use regex;
6262
use crate::io;
6363
use crate::prelude::*;
6464
use core::cell::RefCell;
65-
use core::ops::Deref;
6665
use core::time::Duration;
6766
use crate::sync::{Mutex, Arc};
6867
use core::sync::atomic::{AtomicBool, AtomicUsize, Ordering};

0 commit comments

Comments
 (0)