Skip to content

Commit 4061cc2

Browse files
committed
Replace glob reexport
1 parent a39487f commit 4061cc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/encoding/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515

1616
#![feature(globs, macro_rules)]
1717

18-
pub use self::types::*; // reexport
18+
pub use self::types::{CodecError, ByteWriter, StringWriter,
19+
Encoder, Decoder, EncodingRef, Encoding,
20+
EncoderTrapFunc, DecoderTrapFunc, DecoderTrap,
21+
EncoderTrap, decode}; // reexport
1922

2023
mod util;
2124
#[cfg(test)] mod testutils;

0 commit comments

Comments
 (0)