You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Synopsis
This PR is a part of replacing all attributes having `syn::Meta` syntax
to custom parsing, similarly to #241, #248.
Paves the way for #285, and possibly other enhancements such as an
opt-in #123.
## Solution
Implement custom attribute parsing without `utils::State`.
Co-authored-by: Kai Ren <tyranron@gmail.com>
I'm not entirely sure when you would actually want this, but if you can give some useful example I'm definitely open to accepting PRs for this. Should be behind a attribute flag though, e.g. as_ref(Self)
Hi! I believe that:
should generate identity
AsRef
impl in addition to what it generates now:Making these instances by hand is cumbersome and they should be generated automatically.
The text was updated successfully, but these errors were encountered: