rust-bitcoin-unsafe-fast/src
Tobin C. Harding 922b820105 Replace assert!(false) with panic!
Clippy emits:

  warning: `assert!(false)` should probably be replaced

As suggested, replace assert with a call to panic.
2022-06-07 15:15:26 +10:00
..
blockdata Replace assert!(false) with panic! 2022-06-07 15:15:26 +10:00
consensus Merge rust-bitcoin/rust-bitcoin#1003: Improve error `Display` implementations 2022-06-01 15:17:24 -07:00
network Do not use assert_eq with literal bool 2022-06-07 15:15:25 +10:00
util Remove redundant clone 2022-06-07 15:15:26 +10:00
hash_types.rs Document `Txid` being displayed backwards 2022-06-04 12:08:16 -07:00
internal_macros.rs Merge rust-bitcoin/rust-bitcoin#1003: Improve error `Display` implementations 2022-06-01 15:17:24 -07:00
lib.rs Feature `use-serde` renamed to `serde` 2022-05-26 10:10:47 +02:00
policy.rs Flatten the policy module 2022-03-09 10:20:18 +11:00
serde_utils.rs Feature `use-serde` renamed to `serde` 2022-05-26 10:10:47 +02:00
test_macros.rs Refactor whitespace 2022-03-14 13:51:50 +11:00