mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
1b3e5dd0fc
This patch sets the two configuration options for `undocumented_unsafe_blocks` to `true` by default: these are `accept-comment-above-statement` and `accept-comment-above-attributes`. Having these values `false` by default prevents what many users would consider clean code, e.g. placing the `// SAFETY:` comment above a single-line functino call, rather than directly next to the argument. changelog: [`undocumented_unsafe_blocks`]: set `accept-comment-above-statement` and `accept-comment-above-attributes` to `true` by default. |
||
---|---|---|
.. | ||
default | ||
disabled | ||
undocumented_unsafe_blocks.default.stderr | ||
undocumented_unsafe_blocks.disabled.stderr | ||
undocumented_unsafe_blocks.rs |