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
That's true.
On the other hand, this only appear once per crate, so not such a big deal. And the document-features crate can be imported with another name, or the macro used.
I'm not so convinced by the suggested names though.
Because
#![doc = document_features::document_features!()]
is quite long and unnecessary repeats itself.I think it'll be better to have something like
document_features::get!()
,extract
, etc.The text was updated successfully, but these errors were encountered: