mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
remove space
This commit is contained in:
parent
d8563844d3
commit
711dc1a7f4
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ pub fn write_file_if_changed(path: impl AsRef<Path>, 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());
|
||||
}
|
||||
_ => {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue