From 33c71a7c2e3c0592e97f7d796d8e8a1396d69e09 Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Mon, 26 Oct 2015 15:36:15 +0000 Subject: Add warning to xml writer --- src/xml/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xml') 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 -- cgit v1.2.3