Update Rust crate bon to v3.8.1 #12042
Merged
+8
−8
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.
This PR contains the following updates:
=3.7.2
->=3.8.1
=3.7.2
->=3.8.1
Release Notes
elastio/bon (bon)
v3.8.1
Compare Source
Fixed
clippy::wrong_self_convention
warning for fields withis_
prefix etc. (#349). Thanks @nicmue for the contribution!Internal
clippy::wrong_self_convention
(#350)v3.8.0
Compare Source
Lint Update Notice
This release brings some rustdoc improvements and no other visible API changes except that
rustc
andclippy
will start reporting some more true-positive lints. For example builder methods defined via an impl block annotated with#[bon]
will now be correctly reported as unused if they are not used. Also, using a private type in a public builder method will trigger aprivate_interfaces
lint now.This is all thanks to the updated span handling design researched and implemented by @Eisverygoodletter. It's not clear what other new lints the new span handling may trigger in other realworld codebases. If you see a lint from the code generated by
bon
that you think shouldn't be there, please, open an issue, and it'll be fixed as soon as possible!Changed
Internal
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.