Formatting

This commit is contained in:
Mathias 2022-09-09 10:49:47 +02:00 committed by Dario Nieuwenhuis
parent f2239d34cc
commit d6af0f6286

View File

@ -544,7 +544,6 @@ mod eh1 {
self.blocking_flush().map_err(nb::Error::Other)
}
}
}
#[cfg(all(
@ -607,7 +606,6 @@ mod buffered;
#[cfg(feature = "nightly")]
pub use buffered::*;
mod sealed {
use super::*;