We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5aa482 commit c3450f3Copy full SHA for c3450f3
1 file changed
bitcoin/src/blockdata/script/push_bytes.rs
@@ -106,7 +106,6 @@ mod primitive {
106
RangeToInclusive<usize>
107
);
108
#[cfg(feature = "rust_v_1_53")]
109
- #[cfg_attr(docsrs, doc(cfg(feature = "rust_v_1_53")))]
110
delegate_index!((Bound<usize>, Bound<usize>));
111
112
impl Index<usize> for PushBytes {
0 commit comments