From 711dc1a7f48e93a86ce38967b8b27968d690b95b Mon Sep 17 00:00:00 2001 From: llama Date: Fri, 5 Dec 2025 06:12:45 +0800 Subject: [PATCH] remove space --- rslib/io/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/io/src/lib.rs b/rslib/io/src/lib.rs index 49a4329c5..0fd85e490 100644 --- a/rslib/io/src/lib.rs +++ b/rslib/io/src/lib.rs @@ -338,7 +338,7 @@ pub fn write_file_if_changed(path: impl AsRef, contents: impl AsRef<[u8]>) match std::env::var("CARGO_PKG_NAME") { Ok(pkg) if pkg == "anki_proto" || pkg == "anki_i18n" => { - // at comptime for the proto /i18n crates, register implicit output as input + // at comptime for the proto/i18n crates, register implicit output as input println!("cargo:rerun-if-changed={}", path.to_str().unwrap()); } _ => {}