Skip to content

Commit

Permalink
Ignore unhelpful Clippy lint in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 14, 2021
1 parent 39899cc commit b45d649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
@@ -1,3 +1,5 @@
#![allow(clippy::option_if_let_else)]

use std::env;
use std::fs;
use std::path::Path;
Expand Down

0 comments on commit b45d649

Please sign in to comment.