Skip to content

Commit 7a4eb23

Browse files
WIP
Co-authored-by: Stephen Celis <[email protected]>
1 parent d80ff1d commit 7a4eb23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/DependenciesMacrosPlugin/Support.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ extension InitializerClauseSyntax {
9696
node: self.value,
9797
message: MacroExpansionWarningMessage(
9898
"""
99-
Do not use 'unimplemented' with '@\(attribute.attributeName)'; the '@\(attribute.attributeName)' macro \
100-
provides an 'unimplemented' default value for you.
99+
Do not use 'unimplemented' with '@\(attribute.attributeName)'; the \
100+
'@\(attribute.attributeName)' macro already includes the behavior of \
101+
'unimplemented'.
101102
"""
102103
)
103104
)

0 commit comments

Comments
 (0)