Skip to content

Fix a Cargo lint deprecation - #29

Merged
cuviper merged 1 commit into
rust-num:mainfrom
cuviper:lint-underscores
Aug 10, 2026
Merged

Fix a Cargo lint deprecation#29
cuviper merged 1 commit into
rust-num:mainfrom
cuviper:lint-underscores

Conversation

@cuviper

@cuviper cuviper commented Aug 10, 2026

Copy link
Copy Markdown
Member

Cargo 1.99-nightly now emits several messages like this:

warning: Cargo.toml: lints.rust.missing-docs is deprecated in favor
of lints.rust.missing_docs and will not work in a future edition

The underscore form works fine on stable, so we can migrate now.

Cargo 1.99-nightly now emits several messages like this:

> warning: Cargo.toml: `lints.rust.missing-docs` is deprecated in favor
> of `lints.rust.missing_docs` and will not work in a future edition

The underscore form works fine on stable, so we can migrate now.
@cuviper
cuviper added this pull request to the merge queue Aug 10, 2026
Merged via the queue into rust-num:main with commit 353a04d Aug 10, 2026
9 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.

1 participant