Move compiletest out of the unstable feature flag

This commit is contained in:
David Tolnay
2018-12-31 21:28:39 -05:00
parent 47e238aa13
commit ab3f4971f0
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![cfg(feature = "unstable")]
#![cfg(feature = "compiletest")]
extern crate compiletest_rs as compiletest;