rust-lightning/.github/workflows
Duncan Dean c0d84e85c7
Add an explicit_type TLV syntax for avoiding certain cases of type inference
This new syntax is used to fix "dependency on fallback of ! -> ()".
This avoids cases where code compiles with a fallback of the
never type leading to the unit type. The behaviour in Rust edition 2024
would make this a compile error.

See: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/builtin/static.DEPENDENCY_ON_UNIT_NEVER_TYPE_FALLBACK.html#
2024-10-02 13:08:04 +02:00
..
audit.yml Have CI's cargo audit ignore RUSTSEC-2021-0125 2024-02-19 10:00:36 +01:00
build.yml Add an explicit_type TLV syntax for avoiding certain cases of type inference 2024-10-02 13:08:04 +02:00