-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable
feature(doc_auto_cfg)
for docs.rs
Docs built using this (like for docs.rs) will show what feature must be enabled for things that are `cfg(feature = ...)` gated. This is a nightly only thing. If you want to run it locally, you can use: RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
- Loading branch information
1 parent
f512d6e
commit cf36db5
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters