From d8563844d3a50e391bb9955eda7d7f14ec8b6510 Mon Sep 17 00:00:00 2001 From: llama Date: Fri, 21 Nov 2025 07:54:40 +0800 Subject: [PATCH] fix comment --- 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 fc366b69c..49a4329c5 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 output + // at comptime for the proto /i18n crates, register implicit output as input println!("cargo:rerun-if-changed={}", path.to_str().unwrap()); } _ => {}