Merge pull request #13 from andre-richter/master
Fix unused extern crates
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
extern crate arg_parser;
|
||||
extern crate extra;
|
||||
extern crate syscall;
|
||||
extern crate userutils;
|
||||
|
||||
use std::borrow::Borrow;
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
extern crate arg_parser;
|
||||
extern crate extra;
|
||||
extern crate rand;
|
||||
extern crate syscall;
|
||||
extern crate termion;
|
||||
extern crate userutils;
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
extern crate arg_parser;
|
||||
extern crate extra;
|
||||
extern crate syscall;
|
||||
extern crate termion;
|
||||
extern crate userutils;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
extern crate arg_parser;
|
||||
extern crate extra;
|
||||
extern crate syscall;
|
||||
extern crate termion;
|
||||
extern crate userutils;
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
extern crate arg_parser;
|
||||
extern crate extra;
|
||||
extern crate syscall;
|
||||
extern crate userutils;
|
||||
|
||||
use std::io::{self, Write};
|
||||
|
||||
Reference in New Issue
Block a user