remove some unneeded 'extern crate'
This commit is contained in:
parent
78e11058d3
commit
36e99a1bda
2 changed files with 0 additions and 6 deletions
|
|
@ -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};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
extern crate byteorder;
|
||||
#[cfg(test)]
|
||||
extern crate rand;
|
||||
|
||||
use byteorder::{BigEndian, ByteOrder};
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue