Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lint nightly to 2024-07-11 #2235

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Twey
Copy link
Contributor

@Twey Twey commented Jul 11, 2024

Motivation

Currently our lint toolchain (a nightly) is lagging behind our build toolchain (stable). This means that some features we can use in the codebase won't be able to pass linting.
Also enables several helpful checks, including for missing Cargo features.

Proposal

Update the lint toolchain to use nightly Rust 2024-07-11. Update cfg-aliases to not warn with it.

Test Plan

None required: this change primarily affects our linting process.

Release Plan

None required.

Links

@Twey Twey marked this pull request as ready for review July 12, 2024 17:12
@@ -55,14 +55,15 @@ use {

/// We implement two types:
/// 1) The first type KeyValueStoreView implements View and the function of KeyValueStore
/// (though not KeyValueStore).
/// (though not KeyValueStore).
Copy link
Contributor

Choose a reason for hiding this comment

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

(Not related to this PR, but there are some backticks missing in this file.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants