We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Like what Tokio does:
https://github.com/tokio-rs/tokio/blob/0e729aa341028c121b9c39fe552ed4309bae6b6a/tokio/src/macros/cfg.rs#L241
https://docs.rs/tokio/0.2.2/tokio/task/fn.block_in_place.html
This turns into a blue cfg banner that is nicer than our current notes about "This type is available if Syn is built with the "full" feature."
The text was updated successfully, but these errors were encountered:
This is blocked until the doc_cfg feature is in better shape (rust-lang/rust#43781 (comment)).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Like what Tokio does:
https://github.com/tokio-rs/tokio/blob/0e729aa341028c121b9c39fe552ed4309bae6b6a/tokio/src/macros/cfg.rs#L241
https://docs.rs/tokio/0.2.2/tokio/task/fn.block_in_place.html
This turns into a blue cfg banner that is nicer than our current notes about "This type is available if Syn is built with the "full" feature."
The text was updated successfully, but these errors were encountered: