aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml/mod.rs
diff options
context:
space:
mode:
authorEdward Barnard2015-11-06 20:02:42 +0000
committerEdward Barnard2015-11-06 20:20:03 +0000
commit35c46d1a361d14ac692ea1ad5b80ac0bc7d30c77 (patch)
treec092012c6b0914984baed06cbbdc3362cf63cc3e /src/xml/mod.rs
parent3c3f178157c3919e6c8f530a75abec17336ccf8e (diff)
downloadrust-plist-35c46d1a361d14ac692ea1ad5b80ac0bc7d30c77.tar.bz2
xml::Writer works!
Diffstat (limited to 'src/xml/mod.rs')
-rw-r--r--src/xml/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xml/mod.rs b/src/xml/mod.rs
index 8770a60..71c098e 100644
--- a/src/xml/mod.rs
+++ b/src/xml/mod.rs
@@ -2,6 +2,4 @@ mod reader;
mod writer;
pub use self::reader::StreamingParser;
-
-/// WIP: Does not work correctly
pub use self::writer::Writer; \ No newline at end of file