From b4e3560d81556df4a589fb274bd161a6e5790d16 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 16 Mar 2025 07:14:01 +0100 Subject: fix: don't assume ~/repos-contrib/rust exists When I wrote this 4 years ago I didn't want another clone of the rust repo because it's so big but we can just use a shallow. --- find.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find.sh') diff --git a/find.sh b/find.sh index 17a7e11..105c8cc 100755 --- a/find.sh +++ b/find.sh @@ -1,2 +1,2 @@ -cd ~/repos-contrib/rust +cd rust git grep -hEo '(un)?stable\(feature =.+\)' library/ | grep -v 'issue = "none"' | sort | uniq -- cgit v1.2.3