about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui-cargo/undocumented_unsafe_blocks/fail/Cargo.toml
blob: 36bb3472df078e340605317623586ce9296ecbdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Reproducing #14553 requires the `# Safety` comment to be in the first line of 
# the file. Since `unnecessary_safety_comment` is not enabled by default, we
# will set it up here.

[package]
name = "undocumented_unsafe_blocks"
edition = "2024"
publish = false
version = "0.1.0"

[lints.clippy]
unnecessary_safety_comment = "deny"