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
I really wanted snafu::FOO to be the attribute naming scheme, allowing for namespacing that seems a bit more beautiful compared to snafu_FOO. In order to support current and older versions of Rust, a compromise had to be made.
It now turns out that snafu::FOO might not even be deliberately supported. Once we add a few more attributes, we should re-evaluate and ensure they are consistent and decide a plan for the next breaking changes release.
The text was updated successfully, but these errors were encountered:
I really wanted
snafu::FOO
to be the attribute naming scheme, allowing for namespacing that seems a bit more beautiful compared tosnafu_FOO
. In order to support current and older versions of Rust, a compromise had to be made.It now turns out that
snafu::FOO
might not even be deliberately supported. Once we add a few more attributes, we should re-evaluate and ensure they are consistent and decide a plan for the next breaking changes release.The text was updated successfully, but these errors were encountered: