Skip to content

Commit

Permalink
Suppress nighly safety_doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 3, 2019
1 parent 5aab286 commit 586e0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-checks.sh
Expand Up @@ -36,7 +36,7 @@ _ ci/check-ssh-keys.sh
_ cargo +"$rust_stable" fmt -- --check
_ cargo +"$rust_nightly" test
_ cargo +"$rust_nightly" clippy --version
_ cargo +"$rust_nightly" clippy -- --deny=warnings
_ cargo +"$rust_nightly" clippy -- --deny=warnings --allow=clippy::missing_safety_doc
)
done
}
Expand Down

0 comments on commit 586e0a6

Please sign in to comment.