From 13d94cbc479d8ec82568b7c4360d9630975af3fb Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 2 Dec 2022 07:24:42 +1100 Subject: [PATCH] Remove no_run `no_run` is not needed since we already mark this up as `bash` which rustc doesn't run when running examples. While the keyword `bash` is not currently supported it may well be in the future and since only the `rust` keyword causes code to run any other string is effectively a wildcard, `no_run` is therefore meaningful only as a convention. Lets keep `bash` in case support is added later on. --- bitcoin/src/network/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/network/constants.rs b/bitcoin/src/network/constants.rs index 595f3db2..e68a2df5 100644 --- a/bitcoin/src/network/constants.rs +++ b/bitcoin/src/network/constants.rs @@ -104,7 +104,7 @@ impl Network { /// Converts a `Network` to its equivalent `bitcoind -chain` argument name. /// - /// ```bash,no_run + /// ```bash /// $ bitcoin-23.0/bin/bitcoind --help | grep -C 3 '\-chain=' /// Chain selection options: ///