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:
Tobin C. Harding 2022-12-02 07:24:42 +11:00
parent 4cc4178b0c
commit 13d94cbc47
1 changed files with 1 additions and 1 deletions

View File

@ -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:
///