summaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index a37ecf19..7b5c0161 100644
--- a/build.rs
+++ b/build.rs
@@ -13,8 +13,7 @@ fn create_dir(dir: &Path) -> io::Result<()> {
Ok(()) => {}
Err(err) => {
eprintln!(
- "Failed to create a directory at location {:?}, encountered error {:?}. Aborting...",
- dir, err
+ "Failed to create a directory at location {dir:?}, encountered error {err:?}. Aborting...",
);
}
}