mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix the fmt of the auto-generated file
This commit is contained in:
parent
056180e6c8
commit
ef965aa3f3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ fn main() -> anyhow::Result<()> {
|
||||||
|
|
||||||
let benches_dir = PathBuf::from(env::var("CARGO_MANIFEST_DIR")?).join("benches");
|
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"))?;
|
let mut manifest_paths_file = File::create(benches_dir.join("datasets_paths.rs"))?;
|
||||||
writeln!(
|
write!(
|
||||||
manifest_paths_file,
|
manifest_paths_file,
|
||||||
r#"//! This file is generated by the build script.
|
r#"//! This file is generated by the build script.
|
||||||
//! Do not modify by hand, use the build.rs file.
|
//! Do not modify by hand, use the build.rs file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue