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:
Tobin C. Harding 2023-05-24 22:02:24 +10:00
parent b5aa482532
commit c3450f3913
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ mod primitive {
RangeToInclusive<usize>
);
#[cfg(feature = "rust_v_1_53")]
#[cfg_attr(docsrs, doc(cfg(feature = "rust_v_1_53")))]
delegate_index!((Bound<usize>, Bound<usize>));
impl Index<usize> for PushBytes {