File tree Expand file tree Collapse file tree 7 files changed +0
-25
lines changed Expand file tree Collapse file tree 7 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 77
88#![ deny( warnings) ]
99
10- extern crate bootstrap;
11-
1210use std:: env;
1311
1412use bootstrap:: { Config , Build } ;
Original file line number Diff line number Diff line change 1717
1818#![ deny( warnings) ]
1919
20- extern crate bootstrap;
21-
2220use std:: env;
2321use std:: ffi:: OsString ;
2422use std:: io;
Original file line number Diff line number Diff line change 44
55#![ deny( warnings) ]
66
7- extern crate bootstrap;
8-
97use std:: env;
108use std:: process:: Command ;
119use std:: path:: PathBuf ;
Original file line number Diff line number Diff line change 1- extern crate cc;
2-
31use std:: env;
42use std:: process:: { self , Command } ;
53
Original file line number Diff line number Diff line change @@ -114,23 +114,11 @@ extern crate build_helper;
114114extern crate serde_derive;
115115#[ macro_use]
116116extern crate lazy_static;
117- extern crate serde_json;
118- extern crate cmake;
119- extern crate filetime;
120- extern crate cc;
121- extern crate getopts;
122- extern crate num_cpus;
123- extern crate toml;
124- extern crate time;
125- extern crate petgraph;
126117
127118#[ cfg( test) ]
128119#[ macro_use]
129120extern crate pretty_assertions;
130121
131- #[ cfg( unix) ]
132- extern crate libc;
133-
134122use std:: cell:: { RefCell , Cell } ;
135123use std:: collections:: { HashSet , HashMap } ;
136124use std:: env;
Original file line number Diff line number Diff line change 11#![ feature( repr_simd) ]
22#![ feature( test) ]
33
4- extern crate rand;
5- extern crate rand_xorshift;
64extern crate test;
75
86mod btree;
Original file line number Diff line number Diff line change 88#![ feature( unboxed_closures) ]
99#![ feature( vecdeque_rotate) ]
1010
11- extern crate core;
12- extern crate rand;
13-
1411use std:: hash:: { Hash , Hasher } ;
1512use std:: collections:: hash_map:: DefaultHasher ;
1613
You can’t perform that action at this time.
0 commit comments