We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a6e57 commit fe6653dCopy full SHA for fe6653d
Sources/MacroToolkit/Attribute.swift
@@ -14,7 +14,7 @@ public struct Attribute {
14
public init(named name: String) {
15
_syntax = AttributeSyntax(
16
attributeName: IdentifierTypeSyntax(
17
- name: .identifier("DictionaryStorage")
+ name: .identifier(name)
18
)
19
20
}
0 commit comments