Revert "fix clippy"

This reverts commit 10aeb6d3b6.
This commit is contained in:
Phong Do 2025-12-16 19:08:06 +01:00
parent 10aeb6d3b6
commit 0cfca59908
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ mod tests {
#[test]
fn test_format_unicode_escape_with_field() {
assert_debug_snapshot!(FormatString::from_str("I am a \\N{snowman}{snowman}"));
assert_debug_snapshot!(FormatString::from_str("I am a \\N{snowman}{snowman}"))
}
#[test]