diff options
| author | Joshua Holmer <jholmer.in@gmail.com> | 2016-01-12 15:16:43 +0000 |
|---|---|---|
| committer | Joshua Holmer <jholmer.in@gmail.com> | 2016-01-12 15:16:43 +0000 |
| commit | a5bdc43a46fb02faeec64fd13b67db11197cef97 (patch) | |
| tree | 811a31d2917a8de67e22822d3e5c34c2eba05095 /src | |
| parent | ab52327a8303a658bd722f6bb4840c2a002338b9 (diff) | |
| download | rust-a5bdc43a46fb02faeec64fd13b67db11197cef97.tar.gz rust-a5bdc43a46fb02faeec64fd13b67db11197cef97.zip | |
Improve previous compile fail test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/compile-fail/issue-30730.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/issue-30730.rs b/src/test/compile-fail/issue-30730.rs index 80656ccdb6d..82804bb7474 100644 --- a/src/test/compile-fail/issue-30730.rs +++ b/src/test/compile-fail/issue-30730.rs @@ -8,6 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![deny(warnings)] +#![deny(warnings)] //~ NOTE: lint level defined here use std::thread; //~ ERROR: unused import fn main() {} |
