diff options
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 |