We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4578883 commit 5f3e762Copy full SHA for 5f3e762
1 file changed
src/misc/mod.rs
@@ -8,5 +8,7 @@ mod io;
8
mod wrapped;
9
10
pub use self::crc::{CrcReader, CrcWriter};
11
-pub use self::io::{Decode, Error as IoError, Guard, GuardOutput, Reader, SkipGuard, SkipReader, ValueGuard};
12
-pub use self::wrapped::{Ranged, ValueVerifier, Wrapped, RangeError};
+pub use self::io::{
+ Decode, Error as IoError, Guard, GuardOutput, Reader, SkipGuard, SkipReader, ValueGuard,
13
+};
14
+pub use self::wrapped::{RangeError, Ranged, ValueVerifier, Wrapped};
0 commit comments