diff options
Diffstat (limited to 'find.sh')
-rwxr-xr-x | find.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -cd ~/repos-contrib/rust +cd rust git grep -hEo '(un)?stable\(feature =.+\)' library/ | grep -v 'issue = "none"' | sort | uniq |