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