summaryrefslogtreecommitdiff
path: root/find.sh
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-04-04 13:42:58 +0200
committerMartin Fischer <martin@push-f.com>2025-04-05 12:10:36 +0200
commitb6e94ce2128968d83b0714904b251de434b58ab2 (patch)
tree83ddea484512f2bbc1dbd26e0bb239592bb405ff /find.sh
parentd980c8532918a1908b47d2a5571432520e425102 (diff)
refactor: move shell logic into build.go
Diffstat (limited to 'find.sh')
-rwxr-xr-xfind.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/find.sh b/find.sh
deleted file mode 100755
index 105c8cc..0000000
--- a/find.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-cd rust
-git grep -hEo '(un)?stable\(feature =.+\)' library/ | grep -v 'issue = "none"' | sort | uniq