Skip to content

Commit 3ee436e

Browse files
committed
Apply rust_2018_idioms lint
1 parent bc006b7 commit 3ee436e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
//! Utilities for pinning
22
33
#![no_std]
4-
#![warn(missing_docs, missing_debug_implementations)]
5-
#![deny(bare_trait_objects)]
6-
#![allow(unknown_lints)]
4+
#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
75

86
#[macro_use]
97
mod stack_pin;

0 commit comments

Comments
 (0)