New Clippy lints fail on our project #121

Closed
opened 2021-10-11 13:03:05 +00:00 by quentin · 0 comments
Owner

The 2 following clippy lints activated by default with Rust latest stable version (1.55) are now failing builds:

  • clippy::needless_borrow
  • clippy::needless-return

For now, I am deactivating them in the CI:

cargo clippy -- --allow clippy::needless_borrow --allow  clippy::needless-return --deny warnings

But I would recommend we fix the code in separate issues.

The 2 following clippy lints activated by default with Rust latest stable version (1.55) are now failing builds: - `clippy::needless_borrow` - `clippy::needless-return` For now, I am deactivating them in the CI: ``` cargo clippy -- --allow clippy::needless_borrow --allow clippy::needless-return --deny warnings ``` But I would recommend we fix the code in separate issues.
lx referenced this issue from a commit 2021-10-26 08:20:21 +00:00
lx closed this issue 2021-10-26 08:27:10 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#121
No description provided.