macros: Remove use requirement on ns.
This commit is contained in:
parent
d9aaa3e9ce
commit
93b018e5ac
41 changed files with 112 additions and 141 deletions
|
|
@ -33,7 +33,7 @@ impl TryFrom<Element> for Bind {
|
|||
type Err = Error;
|
||||
|
||||
fn try_from(elem: Element) -> Result<Bind, Error> {
|
||||
check_self!(elem, "bind", ns::BIND);
|
||||
check_self!(elem, "bind", BIND);
|
||||
check_no_attributes!(elem, "bind");
|
||||
|
||||
let mut bind = Bind::None;
|
||||
|
|
|
|||
Loading…
Reference in a new issue