summaryrefslogtreecommitdiffstats
path: root/src/search/interrupter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/interrupter.rs')
-rw-r--r--src/search/interrupter.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/search/interrupter.rs b/src/search/interrupter.rs
index 7aa3549..8778dbe 100644
--- a/src/search/interrupter.rs
+++ b/src/search/interrupter.rs
@@ -21,10 +21,9 @@ impl Interrupter {
#[cfg(test)]
mod test {
- use std::{ops::Sub, time::Duration};
+ use std::ops::Sub;
use super::*;
- use crate::search::Interrupter;
#[test]
fn should_continue_before_finish() {