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.
This commit is contained in:
parent
4cc4178b0c
commit
13d94cbc47
|
@ -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>'
|
||||
/// Chain selection options:
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue