Commit 786b330
committed
doc: fix docs for rustc 1.92+ (delta-io#1470)
## What changes are proposed in this pull request?
Noticed docs didn't build successfully for [0.17.0
release](https://docs.rs/crate/delta_kernel/0.17.0/builds/2652981) since
in rustc 1.92 the `doc_auto_cfg` feature was removed (and TIL docs.rs
builds with nightly). This pr just moves from the `doc_auto_cfg` to
`doc_cfg` (see associated [rust
pr](rust-lang/rust#138907)).
## How was this change tested?
docs only. reproed with `cargo +nightly doc`1 parent c76d00a commit 786b330
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments