File tree 7 files changed +0
-25
lines changed
7 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 7
7
8
8
#![ deny( warnings) ]
9
9
10
- extern crate bootstrap;
11
-
12
10
use std:: env;
13
11
14
12
use bootstrap:: { Config , Build } ;
Original file line number Diff line number Diff line change 17
17
18
18
#![ deny( warnings) ]
19
19
20
- extern crate bootstrap;
21
-
22
20
use std:: env;
23
21
use std:: ffi:: OsString ;
24
22
use std:: io;
Original file line number Diff line number Diff line change 4
4
5
5
#![ deny( warnings) ]
6
6
7
- extern crate bootstrap;
8
-
9
7
use std:: env;
10
8
use std:: process:: Command ;
11
9
use std:: path:: PathBuf ;
Original file line number Diff line number Diff line change 1
- extern crate cc;
2
-
3
1
use std:: env;
4
2
use std:: process:: { self , Command } ;
5
3
Original file line number Diff line number Diff line change @@ -114,23 +114,11 @@ extern crate build_helper;
114
114
extern crate serde_derive;
115
115
#[ macro_use]
116
116
extern 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;
126
117
127
118
#[ cfg( test) ]
128
119
#[ macro_use]
129
120
extern crate pretty_assertions;
130
121
131
- #[ cfg( unix) ]
132
- extern crate libc;
133
-
134
122
use std:: cell:: { RefCell , Cell } ;
135
123
use std:: collections:: { HashSet , HashMap } ;
136
124
use std:: env;
Original file line number Diff line number Diff line change 1
1
#![ feature( repr_simd) ]
2
2
#![ feature( test) ]
3
3
4
- extern crate rand;
5
- extern crate rand_xorshift;
6
4
extern crate test;
7
5
8
6
mod btree;
Original file line number Diff line number Diff line change 8
8
#![ feature( unboxed_closures) ]
9
9
#![ feature( vecdeque_rotate) ]
10
10
11
- extern crate core;
12
- extern crate rand;
13
-
14
11
use std:: hash:: { Hash , Hasher } ;
15
12
use std:: collections:: hash_map:: DefaultHasher ;
16
13
You can’t perform that action at this time.
0 commit comments