summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoakim Hulthe <joakim.hulthe@mullvad.net>2025-02-10 13:22:07 +0100
committerJoakim Hulthe <joakim.hulthe@mullvad.net>2025-02-25 13:37:22 +0100
commit0b844e21204906986bfcc390c831ad9ca5253d3e (patch)
treee314b3bf5cd15bf5cc392540904f8853dec4ef50
parentc06b29d60703bcfcfbbb48deef3c526631f847b7 (diff)
downloadmullvadvpn-0b844e21204906986bfcc390c831ad9ca5253d3e.tar.xz
mullvadvpn-0b844e21204906986bfcc390c831ad9ca5253d3e.zip
Warn on undocumented `unsafe` blocks
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0931b8a534..603912f350 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,6 +74,7 @@ single_use_lifetimes = "warn"
[workspace.lints.clippy]
unused_async = "deny"
+undocumented_unsafe_blocks = "warn"
[workspace.dependencies]
hickory-proto = "0.24.3"