Skip to content

Commit 5f3e762

Browse files
committed
WIP
1 parent 4578883 commit 5f3e762

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/misc/mod.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ mod io;
88
mod wrapped;
99

1010
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};
11+
pub use self::io::{
12+
Decode, Error as IoError, Guard, GuardOutput, Reader, SkipGuard, SkipReader, ValueGuard,
13+
};
14+
pub use self::wrapped::{RangeError, Ranged, ValueVerifier, Wrapped};

0 commit comments

Comments
 (0)