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
We should consider adding #![cfg_attr(docsrs, feature(doc_auto_cfg))] to our crates so docs.rs automatically shows required features for types, similar to what you see for tokio:
We should consider adding
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
to our crates so docs.rs automatically shows required features for types, similar to what you see for tokio:See the tracking issue for details.
The text was updated successfully, but these errors were encountered: