aticu / pre

A rust crate to offer compile-time assistance for working with unsafe code.
Apache License 2.0
121 stars 1 forks source link

Fix handling of the original `pre` attribute #7

Closed aticu closed 4 years ago

aticu commented 4 years ago

This fix uses the Parenthesized wrapper at the correct level. This will allow other variants to be added to the PreAttr enum later on without requiring too much special handling for that.