We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb4f1a commit 4b9585bCopy full SHA for 4b9585b
.github/scripts/check-ocaml-refs.sh
@@ -65,6 +65,7 @@ echo "Search OCaml references in Rust code with ripgrep from ${RUST_ROOT}..."
65
cd "${RUST_ROOT}"
66
echo "Running rg -l to find files..."
67
rg -l "^/// OCaml reference:" --type rust
68
+echo "Success"
69
RUST_FILES=$(rg -l "^/// OCaml reference:" --type rust || true)
70
echo "${RUST_FILES}"
71
0 commit comments