Skip to content

Commit 0c1e1c0

Browse files
committed
Don't deny warnings.
1 parent 5225abd commit 0c1e1c0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![deny(warnings)]
2-
31
use std::{
42
env,
53
error::Error,

tests/tsan.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![deny(rust_2018_compatibility)]
22
#![deny(rust_2018_idioms)]
3-
#![deny(warnings)]
43

54
use std::{ptr::addr_of_mut, thread};
65

0 commit comments

Comments
 (0)