We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0874f1 + 447fb5b commit b2531b0Copy full SHA for b2531b0
src/writer/mod.rs
@@ -1,4 +1,4 @@
1
-pub use EventWriterResult = self::emitter::EmitterResult;
+pub use self::emitter::EmitterResult as EventWriterResult;
2
pub use self::config::EmitterConfig;
3
4
use std::io::MemWriter;
0 commit comments