1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-03 03:40:36 +02:00

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

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-29 22:10:38 +01:00
parent 407e4cceb4
commit 4b90c1dc1f
4 changed files with 0 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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