diff options
author | 2024-10-31 20:54:19 +0000 | |
---|---|---|
committer | 2024-10-31 20:54:19 +0000 | |
commit | ceb1bca7a4f1ccf9bfc6a050adc4387e992c9403 (patch) | |
tree | 0f8ac92b86596d70f0e6f65e764e562bea485c23 /src/xml/mod.rs | |
parent | 793bc4bfea65d5d6a6f80507d2f0f659ecb38221 (diff) | |
download | peanuts-ceb1bca7a4f1ccf9bfc6a050adc4387e992c9403.tar.gz peanuts-ceb1bca7a4f1ccf9bfc6a050adc4387e992c9403.tar.bz2 peanuts-ceb1bca7a4f1ccf9bfc6a050adc4387e992c9403.zip |
fix build
Diffstat (limited to '')
-rw-r--r-- | src/xml/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/mod.rs b/src/xml/mod.rs index b1d6ea5..d1b9ddf 100644 --- a/src/xml/mod.rs +++ b/src/xml/mod.rs @@ -1,6 +1,6 @@ use std::char; -mod parsers; +pub mod parsers; /// [1] NSAttName ::= PrefixedAttName | DefaultAttName #[derive(Clone, Debug)] |