mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
Fix typo in string_token_flags.rs
(#10476)
This commit is contained in:
parent
17d56ccab3
commit
ffd6e79677
3 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ expression: parse_ast
|
|||
flags: BytesLiteralFlags {
|
||||
quote_style: Single,
|
||||
prefix: Raw {
|
||||
uppercase_r: true,
|
||||
uppercase_r: false,
|
||||
},
|
||||
triple_quoted: false,
|
||||
},
|
||||
|
|
|
@ -20,7 +20,7 @@ expression: parse_ast
|
|||
flags: BytesLiteralFlags {
|
||||
quote_style: Single,
|
||||
prefix: Raw {
|
||||
uppercase_r: true,
|
||||
uppercase_r: false,
|
||||
},
|
||||
triple_quoted: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue