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 e097c2f commit c146757Copy full SHA for c146757
library/alloc/src/collections/vec_deque/spec_from_iter.rs
@@ -1,5 +1,5 @@
1
use super::{IntoIter, VecDeque};
2
-use crate::Global;
+use crate::alloc::Global;
3
use core::alloc;
4
5
/// Specialization trait used for `VecDeque::from_iter`
0 commit comments