add prelude re-export for VecDeque
This commit is contained in:
parent
f8633a07c4
commit
7a65f1431c
@ -2,7 +2,7 @@ pub use crate::utils::*;
|
|||||||
pub use anyhow::Error;
|
pub use anyhow::Error;
|
||||||
pub use itertools::Itertools;
|
pub use itertools::Itertools;
|
||||||
pub use std::{
|
pub use std::{
|
||||||
collections::{ HashMap as M, HashSet as S },
|
collections::{ HashMap as M, HashSet as S, VecDeque as D },
|
||||||
cmp::Ordering as Or,
|
cmp::Ordering as Or,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user