summaryrefslogtreecommitdiff
path: root/src/iterator/guard.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/iterator/guard.rs')
-rw-r--r--src/iterator/guard.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iterator/guard.rs b/src/iterator/guard.rs
index 6393fc2..cb220ac 100644
--- a/src/iterator/guard.rs
+++ b/src/iterator/guard.rs
@@ -2,7 +2,7 @@ use std::fmt::{Debug, Display};
use std::hash::Hash;
use std::ops::{Deref, DerefMut};
-use super::{ConsumedIteratorGuard, IteratorGuard};
+use super::IteratorGuard;
#[mutants::skip] // hashing involves RNG and is hard to test
#[cfg(not(tarpaulin_include))]