Skip to content

Fix lints as the names have changed#330

Merged
eminence merged 1 commit intoeminence:masterfrom
javierhonduco:fix-lints
Jan 27, 2025
Merged

Fix lints as the names have changed#330
eminence merged 1 commit intoeminence:masterfrom
javierhonduco:fix-lints

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
@javierhonduco javierhonduco deleted the fix-lints branch January 27, 2025 10:08
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