From 59216f69128ad8714808ecf0e7bbde4f3fc7e272 Mon Sep 17 00:00:00 2001 From: mhsn Date: Wed, 3 Sep 2025 18:51:34 +0000 Subject: rename compiled rustr to rustc --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check') diff --git a/check b/check index eab7506..d62364e 100755 --- a/check +++ b/check @@ -21,7 +21,7 @@ case $lang in "rust") cmd="cargo run --manifest-path $aoc_path/rust/Cargo.toml --" ;; -"rustr") +"rustc") cmd="cargo run --release --manifest-path $aoc_path/rust/Cargo.toml --" ;; "*") -- cgit v1.2.3