rust-bitcoin-unsafe-fast/units/src
merge-script 855c4bb754
Merge rust-bitcoin/rust-bitcoin#3364: Remove unused inports, and fix unused variables and methods in docs
f6abdcc001 Allow unused in `macros.rs` docs (Jamil Lambert, PhD)
fd89ddf401 Remove or fix unused variables and methods in docs (Jamil Lambert, PhD)
ff6b1d4f19 Remove unused variables and methods from docs (Jamil Lambert, PhD)
e58cda6f92 Remove `unused_imports` in docs (Jamil Lambert, PhD)

Pull request description:

  As mentioned in #3362 examples in documentation are not linted in the same way as other code, but should still contain correctly written code.

  #![doc(test(attr(warn(unused))))] has been added to all lib.rs files

  In the docs throughout all crates:

  - Unused imports have been removed.

  - Unused variables, structs and enums have been used e.g. with an `assert_eq!` or prefixed with `_`

  - Unused methods have been called in the example code.

ACKs for top commit:
  tcharding:
    ACK f6abdcc001
  apoelstra:
    ACK f6abdcc001 successfully ran local tests

Tree-SHA512: c3de1775ecde6971056e9fed2c9fa1621785787a6a6ccbf3a6dbd11e18d42d4956949f3f8adfc75d94fd25db998b04adb1c346cc2c2ba47f4dc37402e1388277
2024-09-20 02:10:51 +00:00
..
locktime units: Fix typo in measured 2024-09-04 14:45:05 +10:00
amount.rs Merge rust-bitcoin/rust-bitcoin#3367: Comment from_str methods 2024-09-18 18:26:38 +00:00
block.rs Add missing links 2024-07-08 08:53:13 +01:00
fee_rate.rs Revise doc comment 2024-09-17 17:12:48 -05:00
lib.rs Remove or fix unused variables and methods in docs 2024-09-18 16:37:47 +01:00
parse.rs Fix rustdoc grammar 2024-07-08 08:52:15 +01:00
weight.rs 2024-09-01 automated rustfmt nightly 2024-09-01 01:22:04 +00:00