Skip to content

Commit 18a8cf3

Browse files
committed
lint: squash some warnings
1 parent 1080799 commit 18a8cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pool.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ mod inner {
137137
sync::atomic::{AtomicUsize, Ordering},
138138
};
139139

140-
use alloc::{boxed::Box, vec, vec::Vec};
140+
use alloc::vec;
141141

142142
use std::{sync::Mutex, thread_local};
143143

@@ -661,7 +661,7 @@ mod inner {
661661
mod tests {
662662
use core::panic::{RefUnwindSafe, UnwindSafe};
663663

664-
use alloc::{boxed::Box, vec, vec::Vec};
664+
use alloc::vec;
665665

666666
use super::*;
667667

0 commit comments

Comments
 (0)