We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80ff1d commit 7a4eb23Copy full SHA for 7a4eb23
Sources/DependenciesMacrosPlugin/Support.swift
@@ -96,8 +96,9 @@ extension InitializerClauseSyntax {
96
node: self.value,
97
message: MacroExpansionWarningMessage(
98
"""
99
- Do not use 'unimplemented' with '@\(attribute.attributeName)'; the '@\(attribute.attributeName)' macro \
100
- provides an 'unimplemented' default value for you.
+ Do not use 'unimplemented' with '@\(attribute.attributeName)'; the \
+ '@\(attribute.attributeName)' macro already includes the behavior of \
101
+ 'unimplemented'.
102
103
)
104
0 commit comments