Skip to content

Commit 5a1ec93

Browse files
committed
Merge pull request #28 from Ryman/stable_features
Adjust for Stable features lint
2 parents cbd3316 + ce5fc44 commit 5a1ec93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compiletest.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212

1313
#![feature(rustc_private)]
1414
#![feature(test)]
15-
#![feature(path_ext)]
1615
#![feature(str_char)]
1716
#![feature(dynamic_lib)]
1817

19-
#![deny(warnings)]
2018
#![deny(unused_imports)]
2119

2220
extern crate test;

0 commit comments

Comments
 (0)