diff --git a/crates/ty_test/src/matcher.rs b/crates/ty_test/src/matcher.rs index 8a26a3e376deb..213d4c2ee6174 100644 --- a/crates/ty_test/src/matcher.rs +++ b/crates/ty_test/src/matcher.rs @@ -212,7 +212,6 @@ fn discard_todo_metadata(ty: &str) -> Cow<'_, str> { "@Todo(StarredExpression)", "@Todo(typing.Unpack)", "@Todo(TypeVarTuple)", - "@Todo(Functional TypedDicts)", ]; static TODO_METADATA_REGEX: LazyLock =