Skip to content

Commit

Permalink
removed redundant 'use's
Browse files Browse the repository at this point in the history
  • Loading branch information
amunra committed Nov 6, 2024
1 parent 19430bf commit 017859f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vec_deque.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ impl<T: Claim, A: Allocator + Claim> TryClone for VecDeque<T, A> {

#[cfg(test)]
mod tests {
use alloc::boxed::Box;
use alloc::string::String;
use super::*;
use crate::test_util::WatermarkAllocator;

Expand Down

0 comments on commit 017859f

Please sign in to comment.