diff --git a/.buildkite/test_description.json b/.buildkite/test_description.json index dd27007..301a814 100644 --- a/.buildkite/test_description.json +++ b/.buildkite/test_description.json @@ -38,7 +38,7 @@ }, { "test_name": "clippy", - "command": "cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings", + "command": "cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks", "platform": [ "x86_64", "aarch64"