diff --git a/build.rs b/build.rs index 52826c0..8accabb 100644 --- a/build.rs +++ b/build.rs @@ -6,7 +6,7 @@ fn main() -> Result<(), Box> { if let Err(e) = check_nonemptiness(Path::new("def/CCT")).and(check_nonemptiness(Path::new("def/GRIB2"))) { - return Err(format!("{}; run `git submodule update --init`", e).into()); + return Err(format!("{e}; run `git submodule update --init`").into()); } let input_file_names = ["def/CCT/C00.csv", "def/CCT/C11.csv"];