Skip to content

Fix Cargo manual_readme warning - #608

Merged
alejandro-vaz merged 1 commit into
servo:v1from
Rayan-and-beyond:fix/manual-readme-warning-606
Sep 13, 2026
Merged

Fix Cargo manual_readme warning#608
alejandro-vaz merged 1 commit into
servo:v1from
Rayan-and-beyond:fix/manual-readme-warning-606

Conversation

@Rayan-and-beyond

Copy link
Copy Markdown

Fixes #606.

Removes the explicit package.readme = "README.md" entry from the v1 manifest. Cargo already infers the same README, so this removes the nightly cargo::manual_readme warning without changing the package metadata.

Validation:

  • cargo +nightly check: reproduced the warning before the change; no manual_readme warning after it
  • Cargo metadata still reports README.md as the package readme
  • cargo test: 64 unit tests, 1 integration test, and 14 doctests passed
  • cargo +nightly test --all-features: 74 unit tests, 1 integration test, and 19 doctests passed
  • git diff --check passed

@alejandro-vaz

Copy link
Copy Markdown
Collaborator

thanks for contributing

@alejandro-vaz
alejandro-vaz merged commit af207cc into servo:v1 Sep 13, 2026
6 checks passed
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.

2 participants