aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEdward Barnard2015-10-26 15:36:15 +0000
committerEdward Barnard2015-10-26 15:36:15 +0000
commit33c71a7c2e3c0592e97f7d796d8e8a1396d69e09 (patch)
tree5da39d36a2ca640d1d7b41b44cd2e8fcbcd1bdb9 /src
parentbcc9c296385e617f86185ef0e405d012534f8252 (diff)
downloadrust-plist-33c71a7c2e3c0592e97f7d796d8e8a1396d69e09.tar.bz2
Add warning to xml writer
Diffstat (limited to 'src')
-rw-r--r--src/xml/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/mod.rs b/src/xml/mod.rs
index 71c098e..8770a60 100644
--- a/src/xml/mod.rs
+++ b/src/xml/mod.rs
@@ -2,4 +2,6 @@ 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