Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 9465721

Browse files
committed
Allow unstable warnings during tests
1 parent a34f852 commit 9465721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
1515
html_root_url = "http://doc.rust-lang.org/rustc-serialize/")]
1616
#![cfg_attr(test, deny(warnings))]
17+
#![cfg_attr(test, allow(unstable))]
1718

1819
// test harness access
1920
#[cfg(test)]

0 commit comments

Comments
 (0)