Unverified Commit 7fffd8ec authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

[proc macros]: fix wrong compile warnings. (#226)

The generated enum variants is hack to bound the type params to the enum itself.
Thus, the enum patterns are never used and will always generated warnings so
this commit adds `unused` on all the variants.
parent 7aeb95de
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment