diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-08 19:37:23 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-08 19:37:23 +0000 |
| commit | 436fce0747cb9770a3cb318194d262f4dcd97338 (patch) | |
| tree | 3f11c6bc2a6dd72f7d6291452901a5ca25102b06 | |
| parent | 2b0f51b0b8f263c6fdbee41d61aa68a88f698249 (diff) | |
| download | rust-436fce0747cb9770a3cb318194d262f4dcd97338.tar.gz rust-436fce0747cb9770a3cb318194d262f4dcd97338.zip | |
Remove y.rs
It has been deprecated for over a year now.
| -rw-r--r-- | rustfmt.toml | 1 | ||||
| -rwxr-xr-x | y.rs | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 0f884187add..6f4d4413c25 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,5 +1,4 @@ ignore = [ - "y.rs", "example/gen_block_iterate.rs", # uses edition 2024 ] diff --git a/y.rs b/y.rs deleted file mode 100755 index e806a64d943..00000000000 --- a/y.rs +++ /dev/null @@ -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 "$@" -*/ |
