Addressing reviewer comments

This commit is contained in:
Renato Lochetti 2023-06-05 08:55:39 +01:00
parent 520228b377
commit e2e6a02445
No known key found for this signature in database
GPG key ID: FB2DDFF8C164FA5E
6 changed files with 52 additions and 5 deletions

View file

@ -540,7 +540,7 @@ define_Conf! {
(min_ident_chars_threshold: u64 = 1),
/// Lint: UNDOCUMENTED_UNSAFE_BLOCKS.
///
/// Whether to accept a safety comment to be placed above the statement containing the `usafe` block
/// Whether to accept a safety comment to be placed above the statement containing the `unsafe` block
(accept_comment_above_statement: bool = false),
}