Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
codyps committed Aug 4, 2021
1 parent efd1977 commit b2d69e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions zfs-core-sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
use std::{
ffi::OsStr,
path::PathBuf,
str::FromStr,
};
use std::{ffi::OsStr, path::PathBuf, str::FromStr};

fn var(s: &str) -> Result<String, std::env::VarError> {
println!("cargo:rerun-if-env-changed={}", s);
Expand Down

0 comments on commit b2d69e8

Please sign in to comment.