mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
4741653f76
`or_default` is generally less readable than writing out the thing we're writing, as `Default` is opaque but explicit constructors generally are not. Thus, we ignore the clippy lint (ideally we could invert it and ban the use of `Default` in the crate entirely but alas). |
||
---|---|---|
.. | ||
check-compiles.sh | ||
check-each-commit.sh | ||
check-lint.sh | ||
ci-tests.sh | ||
rustfmt.sh |