Skip to content

Commit 081d1c7

Browse files
committed
clippy build.rs allowance and MSRV
1 parent f648d84 commit 081d1c7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg_attr(feature = "cargo-clippy", allow(clippy::all))]
2+
13
use std::env;
24
use std::process::Command;
35

clippy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msrv = "1.39.0"

0 commit comments

Comments
 (0)