-
Notifications
You must be signed in to change notification settings - Fork 14k
doc: fix strict_provenance_lints tracking issue link
#149030
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
Conversation
|
rust-analyzer is developed in its own repository. If possible, consider making this change to rust-lang/rust-analyzer instead. cc @rust-lang/rust-analyzer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rust-lang/rust-analyzer is this something we should update in this repo? I was under the impression that it is largely auto-generated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We regenerate it every now and then, but we also let people update it by hand if they want.
|
Sounds good then, let's land this. @bors r+ rollup |
Rollup merge of #149030 - mkroening:doc-strict_provenance_lints, r=RalfJung doc: fix `strict_provenance_lints` tracking issue link This PR is a follow-up on 56ee492 and fixes the link to the `strict_provenance_lints` tracking issue. I am not sure whether we should touch this line too: https://github.com/rust-lang/rust/blob/66bc5a43e55eae14a2ec70b11004c88072fe7f02/compiler/rustc_lint_defs/src/builtin.rs#L2537 r? `@RalfJung`
Rollup of 4 pull requests Successful merges: - rust-lang/rust#147077 (std: move `kernel_copy` to `sys`) - rust-lang/rust#149030 (doc: fix `strict_provenance_lints` tracking issue link) - rust-lang/rust#149031 (Update books) - rust-lang/rust#149034 (update my email in mailmap) r? `@ghost` `@rustbot` modify labels: rollup
This PR is a follow-up on 56ee492 and fixes the link to the
strict_provenance_lintstracking issue.I am not sure whether we should touch this line too:
rust/compiler/rustc_lint_defs/src/builtin.rs
Line 2537 in 66bc5a4
r? @RalfJung