Skip to content

Commit

Permalink
Merge pull request #336 from dtolnay/optionifletelse
Browse files Browse the repository at this point in the history
Remove option_if_let_else clippy suppression from build script
  • Loading branch information
dtolnay committed Dec 30, 2023
2 parents eb66ff5 + 6b231dd commit 290c450
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(clippy::option_if_let_else)]

use std::env;
use std::ffi::OsString;
use std::path::Path;
Expand Down

0 comments on commit 290c450

Please sign in to comment.