data_forms, disco, jingle, jingle_ft: Remove superfluous “extern crate”.
This commit is contained in:
parent
407e4cceb4
commit
4b90c1dc1f
4 changed files with 0 additions and 8 deletions
|
@ -4,8 +4,6 @@
|
|||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
extern crate minidom;
|
||||
|
||||
use std::str::FromStr;
|
||||
|
||||
use minidom::Element;
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
extern crate minidom;
|
||||
|
||||
use minidom::Element;
|
||||
|
||||
use error::Error;
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
extern crate minidom;
|
||||
|
||||
use std::str::FromStr;
|
||||
|
||||
use minidom::{Element, IntoElements};
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
extern crate minidom;
|
||||
|
||||
use hashes;
|
||||
use hashes::{Hash, parse_hash};
|
||||
|
||||
|
|
Loading…
Reference in a new issue