rename namespaces mod to namespace_set
This commit is contained in:
parent
7297dbc5fd
commit
b141559081
3 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ extern crate quick_xml;
|
|||
pub mod error;
|
||||
pub mod element;
|
||||
pub mod convert;
|
||||
mod namespaces;
|
||||
mod namespace_set;
|
||||
|
||||
#[cfg(test)] mod tests;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue