macros: Remove use requirement on ns.
This commit is contained in:
parent
d9aaa3e9ce
commit
93b018e5ac
41 changed files with 112 additions and 141 deletions
|
|
@ -8,10 +8,9 @@ use date::DateTime;
|
|||
|
||||
use jid::Jid;
|
||||
|
||||
use ns;
|
||||
use helpers::PlainText;
|
||||
|
||||
generate_element_with_text!(Delay, "delay", ns::DELAY,
|
||||
generate_element_with_text!(Delay, "delay", DELAY,
|
||||
[
|
||||
from: Option<Jid> = "from" => optional,
|
||||
stamp: DateTime = "stamp" => required
|
||||
|
|
|
|||
Loading…
Reference in a new issue