From c3450f3913266643dca9db23dd91caef5f1f4b2f Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 24 May 2023 22:02:24 +1000 Subject: [PATCH] Remove stale usage of doc(cfg) We no longer need to use `doc(cfg())` because we use `doc_cfg_auto`, remove it. --- bitcoin/src/blockdata/script/push_bytes.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bitcoin/src/blockdata/script/push_bytes.rs b/bitcoin/src/blockdata/script/push_bytes.rs index ac2b9138..76fe46f1 100644 --- a/bitcoin/src/blockdata/script/push_bytes.rs +++ b/bitcoin/src/blockdata/script/push_bytes.rs @@ -106,7 +106,6 @@ mod primitive { RangeToInclusive ); #[cfg(feature = "rust_v_1_53")] - #[cfg_attr(docsrs, doc(cfg(feature = "rust_v_1_53")))] delegate_index!((Bound, Bound)); impl Index for PushBytes {