remove some unneeded 'extern crate'

This commit is contained in:
Ralf Jung 2019-04-18 16:16:22 +02:00
parent 78e11058d3
commit 36e99a1bda
2 changed files with 0 additions and 6 deletions

View file

@ -1,7 +1,5 @@
#![feature(inner_deref)]
extern crate cargo_metadata;
use std::fs::{self, File};
use std::io::{self, Write, BufRead};
use std::path::{PathBuf, Path};

View file

@ -1,7 +1,3 @@
extern crate byteorder;
#[cfg(test)]
extern crate rand;
use byteorder::{BigEndian, ByteOrder};
fn main() {