Closed FreezyLemon closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
7d455e8
) 88.48% compared to head (b31b792
) 88.48%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you!
This was added in #1552 but is no longer necessary. The cfg value
nightly_rustc
does not seem to be used anywhere, and rust-version in Cargo.toml allows a built-in way of checking the MSRV.rust-version
is only supported in toolchains >=1.56, but all older toolchains will fail compilation for other reasons (mostly edition = "2021").Examples: