[minor] Delete outdated TODO comment (#17565)

Summary
--

Delete a TODO I left that was handled in the last minor release
(#16125).

Test Plan
--

N/a
This commit is contained in:
Brent Westbrook
2025-04-22 16:23:08 -04:00
committed by GitHub
parent 3872d57463
commit f9da115fdc

View File

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