aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/codegen.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/codegen.rs')
-rw-r--r--xtask/src/codegen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/codegen.rs b/xtask/src/codegen.rs
index e43d4fa73..2cf3c6fdc 100644
--- a/xtask/src/codegen.rs
+++ b/xtask/src/codegen.rs
@@ -56,7 +56,7 @@ pub(crate) fn ensure_file_contents(file: &Path, contents: &str) -> Result<()> {
56 display_path.display() 56 display_path.display()
57 ); 57 );
58 if std::env::var("CI").is_ok() { 58 if std::env::var("CI").is_ok() {
59 eprintln!("\n NOTE: run `cargo test` locally and commit the updated files\n"); 59 eprintln!(" NOTE: run `cargo test` locally and commit the updated files\n");
60 } 60 }
61 if let Some(parent) = file.parent() { 61 if let Some(parent) = file.parent() {
62 let _ = std::fs::create_dir_all(parent); 62 let _ = std::fs::create_dir_all(parent);