From 4b90c1dc1f467054ef13880388797abfa2dc9f22 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 29 Apr 2017 22:10:38 +0100 Subject: [PATCH] =?UTF-8?q?data=5Fforms,=20disco,=20jingle,=20jingle=5Fft:?= =?UTF-8?q?=20Remove=20superfluous=20=E2=80=9Cextern=20crate=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data_forms.rs | 2 -- src/disco.rs | 2 -- src/jingle.rs | 2 -- src/jingle_ft.rs | 2 -- 4 files changed, 8 deletions(-) diff --git a/src/data_forms.rs b/src/data_forms.rs index ebd2ff2df3dffdc3818ee645d9fe47d7381c970d..3b3757efea29cd00abeb4ccac66b6b9d0afe8b2a 100644 --- a/src/data_forms.rs +++ b/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; diff --git a/src/disco.rs b/src/disco.rs index 5bdaef8b0ddd3c664674bcacf6311d87b136e5e6..bc448091b830ee903356d444b05c1d046f1bd975 100644 --- a/src/disco.rs +++ b/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; diff --git a/src/jingle.rs b/src/jingle.rs index bd903d084edca8260fd64ec8b1993e372f8c0873..717a3b77217ebdc8b6f290c60e7df9ce348e86ce 100644 --- a/src/jingle.rs +++ b/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}; diff --git a/src/jingle_ft.rs b/src/jingle_ft.rs index 678bca48359839072c87f947bb4f26515caffac9..2028fe930d81db97d0de164b921baa5fbb5249ef 100644 --- a/src/jingle_ft.rs +++ b/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};