Skip to content

Commit b4ff8e9

Browse files
committed
Enable warnings for 2018 idioms
1 parent 182b5c6 commit b4ff8e9

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
@@ -1,3 +1,4 @@
1+
#![warn(rust_2018_idioms)]
12
extern crate conduit;
23

34
use std::error::Error;

0 commit comments

Comments
 (0)