We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c76ea commit b32e668Copy full SHA for b32e668
1 file changed
crates/ruff_benchmark/benches/red_knot.rs
@@ -43,6 +43,7 @@ static EXPECTED_DIAGNOSTICS: &[&str] = &[
43
"warning[lint:possibly-unresolved-reference] /src/tomllib/_parser.py:579:12 Name `char` used when possibly not defined",
44
"warning[lint:possibly-unresolved-reference] /src/tomllib/_parser.py:580:63 Name `char` used when possibly not defined",
45
"warning[lint:possibly-unresolved-reference] /src/tomllib/_parser.py:629:38 Name `datetime_obj` used when possibly not defined",
46
+ "warning[lint:unused-ignore-comment] /src/tomllib/_parser.py:682:31 Unused blanked `type: ignore` directive"
47
];
48
49
fn get_test_file(name: &str) -> TestFile {
0 commit comments