Commit 8b97720
committed
doc: Replace doc_auto_cfg by doc_cfg
doc_auto_cfg has been merged into doc_cfg:
error[E0557]: feature has been removed
--> src/lib.rs:2:40
|
2 | #![cfg_attr(all(doc, nightly), feature(doc_auto_cfg))] // expect nightly for doc
| ^^^^^^^^^^^^ feature has been removed
|
= note: removed in CURRENT_RUSTC_VERSION; see <rust-lang/rust#138907> for more information
= note: merged into `doc_cfg`
Signed-off-by: Hanna Czenczek <hreitz@redhat.com>
(cherry picked from commit 273e6a2)
Signed-off-by: Hanna Czenczek <hreitz@redhat.com>1 parent 7eb699e commit 8b97720
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments