From 586e0a67efa70ab688343a77609223a37704ad06 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 2 Oct 2019 22:07:28 -0700 Subject: [PATCH] Suppress nighly safety_doc warning --- ci/test-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 4ba7721ff7..7f69011302 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -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 }