summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-22 20:19:56 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-22 20:19:56 +0200
commite6d6c2e540a2ee537187ec8cffb5856c2df5e97b (patch)
tree116d3253c5f58573774f8c034896be65d39e7be6 /bin
parent47133b3e7976393d560b048d430ea1f3ca5e3fb7 (diff)
downloadliw-dot-files-e6d6c2e540a2ee537187ec8cffb5856c2df5e97b.tar.gz
chore: drop old junk
Sponsored-by: author
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rustfmt-20184
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/rustfmt-2018 b/bin/rustfmt-2018
deleted file mode 100755
index ec52655..0000000
--- a/bin/rustfmt-2018
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-set -eu
-rustfmt --edition 2018 "$@"