Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Mar 21, 2024
1 parent dc04e1c commit ac0ded7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/dashboard/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use std::path::{Path, PathBuf};

use cargo_emit::{rerun_if_changed, rustc_cfg};
use npm_rs::{NodeEnv, NpmEnv};
use npm_rs::NpmEnv;

fn env_var_is_true(key: &str) -> bool {
cargo_emit::rerun_if_env_changed!(key);
Expand Down

0 comments on commit ac0ded7

Please sign in to comment.