diff options
| author | Edward Barnard | 2015-10-26 15:36:15 +0000 | 
|---|---|---|
| committer | Edward Barnard | 2015-10-26 15:36:15 +0000 | 
| commit | 33c71a7c2e3c0592e97f7d796d8e8a1396d69e09 (patch) | |
| tree | 5da39d36a2ca640d1d7b41b44cd2e8fcbcd1bdb9 /src | |
| parent | bcc9c296385e617f86185ef0e405d012534f8252 (diff) | |
| download | rust-plist-33c71a7c2e3c0592e97f7d796d8e8a1396d69e09.tar.bz2 | |
Add warning to xml writer
Diffstat (limited to 'src')
| -rw-r--r-- | src/xml/mod.rs | 2 | 
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  | 
