Remove now-useless "extern crate"s.
This commit is contained in:
parent
efd7bd5f2f
commit
83f7c67870
1 changed files with 0 additions and 11 deletions
11
src/lib.rs
11
src/lib.rs
|
|
@ -24,17 +24,6 @@
|
|||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
extern crate base64;
|
||||
extern crate blake2;
|
||||
extern crate chrono;
|
||||
extern crate digest;
|
||||
extern crate jid;
|
||||
extern crate minidom;
|
||||
extern crate sha1;
|
||||
extern crate sha2;
|
||||
extern crate sha3;
|
||||
extern crate try_from;
|
||||
|
||||
pub use minidom::Element;
|
||||
|
||||
/// Error type returned by every parser on failure.
|
||||
|
|
|
|||
Loading…
Reference in a new issue