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;
Emmanuel Gil Peyrot created
src/data_forms.rs | 2 --
src/disco.rs | 2 --
src/jingle.rs | 2 --
src/jingle_ft.rs | 2 --
4 files changed, 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};