We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1080799 commit 18a8cf3Copy full SHA for 18a8cf3
src/pool.rs
@@ -137,7 +137,7 @@ mod inner {
137
sync::atomic::{AtomicUsize, Ordering},
138
};
139
140
- use alloc::{boxed::Box, vec, vec::Vec};
+ use alloc::vec;
141
142
use std::{sync::Mutex, thread_local};
143
@@ -661,7 +661,7 @@ mod inner {
661
mod tests {
662
use core::panic::{RefUnwindSafe, UnwindSafe};
663
664
665
666
use super::*;
667
0 commit comments