diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-02-10 13:22:07 +0100 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-02-25 13:37:22 +0100 |
| commit | 0b844e21204906986bfcc390c831ad9ca5253d3e (patch) | |
| tree | e314b3bf5cd15bf5cc392540904f8853dec4ef50 | |
| parent | c06b29d60703bcfcfbbb48deef3c526631f847b7 (diff) | |
| download | mullvadvpn-0b844e21204906986bfcc390c831ad9ca5253d3e.tar.xz mullvadvpn-0b844e21204906986bfcc390c831ad9ca5253d3e.zip | |
Warn on undocumented `unsafe` blocks
| -rw-r--r-- | Cargo.toml | 1 |
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" |
