data_forms, disco, jingle, jingle_ft: Remove superfluous “extern crate”.

Emmanuel Gil Peyrot created

Change summary

src/data_forms.rs | 2 --
src/disco.rs      | 2 --
src/jingle.rs     | 2 --
src/jingle_ft.rs  | 2 --
4 files changed, 8 deletions(-)

Detailed changes

src/data_forms.rs 🔗

@@ -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;

src/disco.rs 🔗

@@ -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;

src/jingle.rs 🔗

@@ -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};

src/jingle_ft.rs 🔗

@@ -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};