Skip to content

Commit ff26a21

Browse files
committed
[minor] Delete outdated TODO comment
Summary -- Delete a TODO I left that was handled in the last minor release (#16125). Test Plan -- N/a
1 parent 3872d57 commit ff26a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ruff/tests/lint.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5175,8 +5175,8 @@ fn a005_module_shadowing_non_strict() -> Result<()> {
51755175
}
51765176

51775177
/// Test A005 with `strict-checking` unset
5178-
/// TODO(brent) This should currently match the strict version, but after the next minor
5179-
/// release it will match the non-strict version directly above
5178+
///
5179+
/// This should match the non-strict version directly above
51805180
#[test]
51815181
fn a005_module_shadowing_strict_default() -> Result<()> {
51825182
let tempdir = TempDir::new()?;

0 commit comments

Comments
 (0)