Skip to content

Commit 290c450

Browse files
authored
Merge pull request #336 from dtolnay/optionifletelse
Remove option_if_let_else clippy suppression from build script
2 parents eb66ff5 + 6b231dd commit 290c450

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![allow(clippy::option_if_let_else)]
2-
31
use std::env;
42
use std::ffi::OsString;
53
use std::path::Path;

0 commit comments

Comments
 (0)