macros: Remove use requirement on ns.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-14 16:30:28 +02:00
commit 93b018e5ac
41 changed files with 112 additions and 141 deletions

View file

@ -5,12 +5,10 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
use helpers::PlainText;
use ns;
use sha1::Sha1;
use digest::Digest;
generate_element_with_text!(Handshake, "handshake", ns::COMPONENT,
generate_element_with_text!(Handshake, "handshake", COMPONENT,
data: PlainText<Option<String>>
);