Formatting

This commit is contained in:
Mathias 2022-09-09 10:49:47 +02:00
parent 31d85da78a
commit b2d0f8d590

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::*;