Skip to content

Commit 6dcadbf

Browse files
authored
Merge pull request #91 from Tim-Zhang/src/lib.rs
Allow soft_unstable lint
2 parents f8b10c6 + c8b541a commit 6dcadbf

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
@@ -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)