Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In this release:
This release requires Rust 1.74+ both to install (MSRV) and at runtime.
New lints
pub_static_mut_now_immutable
by @arpity22 in Add lint pub_static_mut_now_immutable #768trait_associated_type_now_doc_hidden
by @arpity22 in Added lint trait_associated_type_now_doc_hidden #776trait_associated_const_now_doc_hidden
by @arpity22 in Added lint trait_associated_const_now_doc_hidden #779Support for rustdoc format v30
Latest
nightly
Rust has switched to rustdoc format v30, so you'll want to update to this new release if you are relying on nightly. Implemented in #790 and obi1kenobi/trustfall-rustdoc-adapter@65dc425Performance improvements
@jw013 in #777 figured out a way to improve the performance of a lint that could get quite slow on large codebases. Kudos! 🎉
Google Summer of Code (GSoC)
cargo-semver-checks
is participating in Google Summer of Code: @suaviloquence is working on allowing workspaces and packages to customize the SemVer (major/minor/patch) and severity (error/warn/allow) levels of our lints.Just like how Rustaceans don't enable all
clippy
lints in all projects, not all SemVer lints are suitable for every circumstance either. This GSoC project will allow us to ship many more lints that we've been holding off on due to their more situational usefulness. Thank you, @suaviloquence!You can follow this work at @suaviloquence's blog: https://blog.mcarr.one/rust-lint-config/