We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c6cd8 commit 0a739ceCopy full SHA for 0a739ce
src/librustc/lib.rs
@@ -50,7 +50,6 @@
50
#![feature(thread_local)]
51
#![feature(trace_macros)]
52
#![feature(trusted_len)]
53
-#![feature(vec_remove_item)]
54
#![feature(stmt_expr_attributes)]
55
#![feature(integer_atomics)]
56
#![feature(test)]
src/librustdoc/lib.rs
@@ -10,7 +10,6 @@
10
#![feature(nll)]
11
#![feature(set_stdio)]
12
13
14
#![feature(ptr_offset_from)]
15
#![feature(crate_visibility_modifier)]
16
#![feature(const_fn)]
src/tools/compiletest/src/main.rs
@@ -1,6 +1,5 @@
1
#![crate_name = "compiletest"]
2
3
4
#![deny(warnings)]
5
6
extern crate test;
0 commit comments