Skip to content

Commit dbf8a13

Browse files
committed
fixup rustfmt lints
Signed-off-by: tison <wander4096@gmail.com>
1 parent 064deca commit dbf8a13

File tree

1 file changed

+5
-5
lines changed
  • library/alloc/src/collections/vec_deque

1 file changed

+5
-5
lines changed

library/alloc/src/collections/vec_deque/mod.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ use crate::collections::{TryReserveError, TryReserveErrorKind};
2424
use crate::raw_vec::RawVec;
2525
use crate::vec::Vec;
2626

27-
#[unstable(feature = "vec_deque_extract_if", issue = "147750")]
28-
pub use self::extract_if::ExtractIf;
29-
30-
mod extract_if;
31-
3227
#[macro_use]
3328
mod macros;
3429

@@ -37,6 +32,11 @@ pub use self::drain::Drain;
3732

3833
mod drain;
3934

35+
#[unstable(feature = "vec_deque_extract_if", issue = "147750")]
36+
pub use self::extract_if::ExtractIf;
37+
38+
mod extract_if;
39+
4040
#[stable(feature = "rust1", since = "1.0.0")]
4141
pub use self::iter_mut::IterMut;
4242

0 commit comments

Comments
 (0)