macros: Remove use requirement on ns.
This commit is contained in:
parent
d9aaa3e9ce
commit
93b018e5ac
41 changed files with 112 additions and 141 deletions
|
|
@ -10,7 +10,6 @@ use minidom::IntoAttributeValue;
|
|||
|
||||
use error::Error;
|
||||
|
||||
use ns;
|
||||
use helpers::Base64;
|
||||
use base64;
|
||||
|
||||
|
|
@ -69,7 +68,7 @@ impl IntoAttributeValue for Algo {
|
|||
|
||||
generate_element_with_text!(
|
||||
#[derive(PartialEq)]
|
||||
Hash, "hash", ns::HASHES,
|
||||
Hash, "hash", HASHES,
|
||||
[
|
||||
algo: Algo = "algo" => required
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue