Remove stale usage of doc(cfg)
We no longer need to use `doc(cfg())` because we use `doc_cfg_auto`, remove it.
This commit is contained in:
parent
b5aa482532
commit
c3450f3913
|
@ -106,7 +106,6 @@ mod primitive {
|
||||||
RangeToInclusive<usize>
|
RangeToInclusive<usize>
|
||||||
);
|
);
|
||||||
#[cfg(feature = "rust_v_1_53")]
|
#[cfg(feature = "rust_v_1_53")]
|
||||||
#[cfg_attr(docsrs, doc(cfg(feature = "rust_v_1_53")))]
|
|
||||||
delegate_index!((Bound<usize>, Bound<usize>));
|
delegate_index!((Bound<usize>, Bound<usize>));
|
||||||
|
|
||||||
impl Index<usize> for PushBytes {
|
impl Index<usize> for PushBytes {
|
||||||
|
|
Loading…
Reference in New Issue