-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
The following two macro variants seem to be more of an implementation detail than a part of the public API
(@question_mark: $($e:tt)+) => { ... };
(@unwrap: $($e:tt)+) => { ... };
When I first encountered it, I puzzled over them a good while to figure out what library users where supposed to achieve with this. Only after a while did I realize that this was an implementation detail for the bottom-most macro rule.
To avoid this confusion and clear up the docs, these two macro rules could be moved into a separate, private macro
Metadata
Metadata
Assignees
Labels
No labels