diff options
| author | Edward Barnard | 2015-11-06 20:02:42 +0000 |
|---|---|---|
| committer | Edward Barnard | 2015-11-06 20:20:03 +0000 |
| commit | 35c46d1a361d14ac692ea1ad5b80ac0bc7d30c77 (patch) | |
| tree | c092012c6b0914984baed06cbbdc3362cf63cc3e /src/xml/mod.rs | |
| parent | 3c3f178157c3919e6c8f530a75abec17336ccf8e (diff) | |
| download | rust-plist-35c46d1a361d14ac692ea1ad5b80ac0bc7d30c77.tar.bz2 | |
xml::Writer works!
Diffstat (limited to 'src/xml/mod.rs')
| -rw-r--r-- | src/xml/mod.rs | 2 |
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 |
