-
Notifications
You must be signed in to change notification settings - Fork 250
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 lint warnings: "lint intra_doc_link_resolution_failure
has been renamed to broken_intra_doc_links
"
#279
Comments
intra_doc_link_resolution_failure
has been renamed to broken_intra_doc_links
"intra_doc_link_resolution_failure
has been renamed to broken_intra_doc_links
"
In the interim, we can pin a version of nightly before this change was made, if we want to avoid the lint warnings in other PRs. |
Well, that would mean that if any other warnings are added then we wouldn't see them. I think it's fine to just ignore these warnings for now. (I'm surprised that this is a warning at all before the |
Apparently this is expected in the lint renaming process: rust-lang/rust#74926 (comment) The standard fix would be to apply |
We can rename the lints once our MSRV is 1.48.0. |
Rust 1.48.0 is nearly 3 months old; why not update the MSRV now? Those warnings really get in my way when reviewing. |
GitHub Actions / Nightly lint
ff/src/lib.rs#L5 and group/src/lib.rs#L2 :
The text was updated successfully, but these errors were encountered: