diff --git a/Sources/SafeDICore/Models/TypeDescription.swift b/Sources/SafeDICore/Models/TypeDescription.swift index e46e2218..d65a236c 100644 --- a/Sources/SafeDICore/Models/TypeDescription.swift +++ b/Sources/SafeDICore/Models/TypeDescription.swift @@ -476,7 +476,6 @@ extension TypeSyntax { returnType: typeIdentifier.returnClause.type.typeDescription) } else { - assertionFailure("TypeSyntax of unknown type. Defaulting to `description`.") // The description is a source-accurate description of this node, so it is a reasonable fallback. return .unknown(text: trimmedDescription) }