From 436fce0747cb9770a3cb318194d262f4dcd97338 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:37:23 +0000 Subject: [PATCH] Remove y.rs It has been deprecated for over a year now. --- rustfmt.toml | 1 - y.rs | 6 ------ 2 files changed, 7 deletions(-) delete mode 100755 y.rs 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 "$@" -*/