diff options
Diffstat (limited to 'src/context/iterator.rs')
| -rw-r--r-- | src/context/iterator.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/context/iterator.rs b/src/context/iterator.rs index 1eacaea..d7f7287 100644 --- a/src/context/iterator.rs +++ b/src/context/iterator.rs @@ -1,7 +1,5 @@ -use std::{ - iter::{Fuse, Peekable, Skip, Take}, - marker::PhantomData, -}; +use core::iter::{Fuse, Peekable, Skip, Take}; +use core::marker::PhantomData; use super::{ContextGuard, LockingIterator}; |
