-
Notifications
You must be signed in to change notification settings - Fork 1
Deal with field attribute handling in a better way #8
Copy link
Copy link
Open
Description
Lines 25 to 31 in a798e34
| if format!("{}", quote!(#path)) == "debug" { | |
| if format!("{}", attr.tts) == "( Clear )" { | |
| visible = true; | |
| } | |
| if format!("{}", attr.tts) == "( Hidden )" { | |
| hidden = true; | |
| } |
Right now we re-quote the AST branch and transform them into text for string comparison, use something more idiomatic for this check.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels