Skip to content

Commit 0fb73c9

Browse files
committed
Add raw feature to clippy-tested features
but exclude clippy::mising_safety_doc and clippy::missing_errors_doc for now.
1 parent be1ae29 commit 0fb73c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/tools.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ fi
3131

3232
if retry rustup component add clippy ; then
3333
cargo clippy --all --tests --features serde,rayon,bumpalo -- -D clippy::all -D clippy::pedantic
34+
cargo clippy --all --tests --features raw -- -D clippy::all -D clippy::pedantic \
35+
-A clippy::missing_safety_docs -A clippy::missing_errors_docs
3436
fi
3537

3638
if command -v shellcheck ; then

0 commit comments

Comments
 (0)