fix(cargo_common_metadata): stop checking package.readme - #17643
Conversation
|
Thanks for the pull request. A reviewer will take a look after it receives 2 community reviews. In the meantime, we would highly appreciate if you could try to review any of PRs waiting on community reviews. |
d3802f3 to
216fc5d
Compare
This comment has been minimized.
This comment has been minimized.
|
cc also rust-lang/rust#161789 |
|
Lintcheck changes for bd3a0cf
This comment will be updated if you push new changes |
|
r? @Jarcho rustbot has assigned @Jarcho for the project review. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
Cargo infers standard README filenames, and the new cargo lint `cargo::manual_readme` warns when the field is redundantly set. We simply just remove the check, as most of the cargo lints in clippy will slowly be deprecated and migrated to cargo. See * https://doc.rust-lang.org/nightly/cargo/reference/lints.html#manual_readme * Issue rust-clippy#17635
216fc5d to
bd3a0cf
Compare
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Cargo infers standard README filenames,
and the new cargo lint
cargo::manual_readmewarns when the field is redundantly set.We simply just remove the check,
as most of the cargo lints in clippy will slowly be deprecated and migrated to cargo.
See
cargo::manual_readmelint's behavior conflicts withclippy::cargo-common-metadata#17635changelog: [
cargo_common_metadata]: No longer checks forpackage.readmemetadata fieldMy friend's cat
