mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:14:52 +00:00
Update Rust toolchain to 1.89 (#19807)
This commit is contained in:
parent
b22586fa0e
commit
7dfde3b929
101 changed files with 234 additions and 200 deletions
|
@ -1871,10 +1871,10 @@ class Foo:
|
|||
}
|
||||
|
||||
/// test all of the valid string literal prefix and quote combinations from
|
||||
/// https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals
|
||||
/// <https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals>
|
||||
///
|
||||
/// Note that the numeric ids on the input/output and quote fields prevent name conflicts from
|
||||
/// the test_matrix but are otherwise unnecessary
|
||||
/// the `test_matrix` but are otherwise unnecessary
|
||||
#[test_case::test_matrix(
|
||||
[
|
||||
("r", "r", 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue