adjust doc

This commit is contained in:
weartist 2025-04-21 23:00:59 +08:00
parent 2800591d9c
commit fb40d0ca28
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ impl Violation for RawStringInException {
/// ``` /// ```
/// ///
/// ## Fix safety /// ## Fix safety
/// This rule's fix is marked as unsafe because: /// This fix is marked as unsafe because:
/// - Comments associated with the exception argument may not be reliably matched /// - Comments associated with the exception argument may not be reliably matched
/// to their original code positions after the fix is applied. /// to their original code positions after the fix is applied.
/// - The introduced `msg` variable may shadow an existing variable in the same /// - The introduced `msg` variable may shadow an existing variable in the same