Skip to content

Commit 2ec3abb

Browse files
authored
Merge pull request containerd#91 from Tim-Zhang/src/lib.rs
Allow soft_unstable lint
2 parents 4715bb3 + e6ee260 commit 2ec3abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extern crate log;
3535
pub mod error;
3636
#[macro_use]
3737
pub mod common;
38-
#[allow(clippy::type_complexity, clippy::too_many_arguments)]
38+
#[allow(soft_unstable, clippy::type_complexity, clippy::too_many_arguments)]
3939
mod compiled {
4040
include!(concat!(env!("OUT_DIR"), "/mod.rs"));
4141
}

0 commit comments

Comments
 (0)