Skip to content

Commit 4d76196

Browse files
authored
Merge pull request #20 from mankinskin/master
Remove forbid(rust_2018_idioms)
2 parents a3bae94 + 2f0f16a commit 4d76196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
//! }
4141
//! ```
4242
43-
#![forbid(unsafe_code, rust_2018_idioms)]
43+
#![forbid(unsafe_code)]
4444
#![deny(missing_debug_implementations, nonstandard_style)]
4545
#![warn(missing_docs, missing_doc_code_examples)]
4646

0 commit comments

Comments
 (0)