Skip to content

Commit 83fdd7e

Browse files
committed
cargo fmt
1 parent 45dfceb commit 83fdd7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

async-stream/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ pub mod reexport {
185185
#[doc(hidden)]
186186
pub use crate::next::next;
187187
#[doc(hidden)]
188-
pub use std::pin::Pin;
188+
pub use std::option::Option::{None, Some};
189189
#[doc(hidden)]
190-
pub use std::option::Option::{Some, None};
190+
pub use std::pin::Pin;
191191
}
192192

193193
/// Asynchronous stream

0 commit comments

Comments
 (0)