Skip to content

Commit b2531b0

Browse files
committed
Merge pull request #4 from lucidd/master
Change to new `use foo as bar` syntax
2 parents a0874f1 + 447fb5b commit b2531b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/writer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub use EventWriterResult = self::emitter::EmitterResult;
1+
pub use self::emitter::EmitterResult as EventWriterResult;
22
pub use self::config::EmitterConfig;
33

44
use std::io::MemWriter;

0 commit comments

Comments
 (0)