Remove y.rs

It has been deprecated for over a year now.
This commit is contained in:
bjorn3 2024-03-08 19:37:23 +00:00
parent 2b0f51b0b8
commit 436fce0747
2 changed files with 0 additions and 7 deletions

View File

@ -1,5 +1,4 @@
ignore = [
"y.rs",
"example/gen_block_iterate.rs", # uses edition 2024
]

6
y.rs
View File

@ -1,6 +0,0 @@
#!/usr/bin/env bash
#![deny(unsafe_code)] /*This line is ignored by bash
# This block is ignored by rustc
echo "Warning: y.rs is a deprecated alias for y.sh" 1>&2
exec ./y.sh "$@"
*/