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

Fix lints as the names have changed #330

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

javierhonduco
Copy link
Contributor

warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links`
 --> procfs-core/src/lib.rs:2:9
  |
2 | #![deny(broken_intra_doc_links, invalid_html_tags)]
  |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
  |
  = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `invalid_html_tags` has been renamed to `rustdoc::invalid_html_tags`
 --> procfs-core/src/lib.rs:2:33
  |
2 | #![deny(broken_intra_doc_links, invalid_html_tags)]
  |                                 ^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::invalid_html_tags`

warning: 2 warnings emitted

Test Plan

ci

```
warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links`
 --> procfs-core/src/lib.rs:2:9
  |
2 | #![deny(broken_intra_doc_links, invalid_html_tags)]
  |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
  |
  = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: lint `invalid_html_tags` has been renamed to `rustdoc::invalid_html_tags`
 --> procfs-core/src/lib.rs:2:33
  |
2 | #![deny(broken_intra_doc_links, invalid_html_tags)]
  |                                 ^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::invalid_html_tags`

warning: 2 warnings emitted
```

Test Plan
=========

ci
@eminence eminence merged commit ccb76d0 into eminence:master Jan 27, 2025
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