Allow the staged_api

This commit is contained in:
gnzlbg 2019-03-03 17:39:57 +01:00
parent 6dbb5f7104
commit 4c38f1928e

View File

@ -12,6 +12,7 @@
#![unstable(feature = "test", issue = "27812")]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
test(attr(deny(warnings))))]
#![feature(staged_api)]
#![feature(test)]
extern crate libtest;