Skip to content

Commit a904c51

Browse files
committed
This line appears unnecessary. It was emitting the following warning:
tests/test.rs:1:10: 1:18 warning: unknown `allow` attribute: `unstable`, #[warn(unknown_lints)] on by default tests/test.rs:1 #![allow(unstable)]
1 parent cafdef5 commit a904c51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![allow(unstable)]
2-
31
#[macro_use]
42
extern crate lazy_static;
53
use std::collections::HashMap;

0 commit comments

Comments
 (0)