Skip to content

Commit 68145c7

Browse files
committed
Fix typo in CI script
1 parent 0fb73c9 commit 68145c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232
if retry rustup component add clippy ; then
3333
cargo clippy --all --tests --features serde,rayon,bumpalo -- -D clippy::all -D clippy::pedantic
3434
cargo clippy --all --tests --features raw -- -D clippy::all -D clippy::pedantic \
35-
-A clippy::missing_safety_docs -A clippy::missing_errors_docs
35+
-A clippy::missing_safety_doc -A clippy::missing_errors_doc
3636
fi
3737

3838
if command -v shellcheck ; then

0 commit comments

Comments
 (0)