From ef965aa3f30781369cf9545770ce65cc33ca92ed Mon Sep 17 00:00:00 2001 From: Tamo Date: Thu, 1 Jul 2021 11:43:09 +0200 Subject: [PATCH] fix the fmt of the auto-generated file --- benchmarks/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/build.rs b/benchmarks/build.rs index b1edd5499..827c2c2a3 100644 --- a/benchmarks/build.rs +++ b/benchmarks/build.rs @@ -22,7 +22,7 @@ fn main() -> anyhow::Result<()> { let benches_dir = PathBuf::from(env::var("CARGO_MANIFEST_DIR")?).join("benches"); let mut manifest_paths_file = File::create(benches_dir.join("datasets_paths.rs"))?; - writeln!( + write!( manifest_paths_file, r#"//! This file is generated by the build script. //! Do not modify by hand, use the build.rs file.