diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-04 13:42:58 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-05 12:10:36 +0200 |
commit | b6e94ce2128968d83b0714904b251de434b58ab2 (patch) | |
tree | 83ddea484512f2bbc1dbd26e0bb239592bb405ff /find.sh | |
parent | d980c8532918a1908b47d2a5571432520e425102 (diff) |
refactor: move shell logic into build.go
Diffstat (limited to 'find.sh')
-rwxr-xr-x | find.sh | 2 |
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 |