Skip to content

adjust to latest clippy lints and rust doc quotation#1144

Merged
drahnr merged 1 commit intonextfrom
bernhard-lints-lints-lints
Aug 8, 2025
Merged

adjust to latest clippy lints and rust doc quotation#1144
drahnr merged 1 commit intonextfrom
bernhard-lints-lints-lints

Conversation

@drahnr
Copy link
Contributor

@drahnr drahnr commented Aug 8, 2025

  • Adds backticks around the argument inside [] [`Self::foo()`]
  • Disable some new lints - the purpose of them become increasingly questionable
  • Apply the sane lints (i.e. future size warnings)

@Mirko-von-Leipzig Mirko-von-Leipzig added the no changelog This PR does not require an entry in the `CHANGELOG.md` file label Aug 8, 2025
Copy link
Collaborator

@Mirko-von-Leipzig Mirko-von-Leipzig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where are all the Box::pin from? A new lint?

@drahnr
Copy link
Contributor Author

drahnr commented Aug 8, 2025

The Box::pin are required to reduce the future sizes, which cause clippy warnings.

@drahnr drahnr merged commit 524c40e into next Aug 8, 2025
8 of 9 checks passed
@drahnr drahnr deleted the bernhard-lints-lints-lints branch August 8, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog This PR does not require an entry in the `CHANGELOG.md` file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants