Skip to content

Commit f407d88

Browse files
authored
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 rust-lang/rust@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`
2 parents 60b0c9c + 1189b49 commit f407d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide-db/src/generated/lints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10723,9 +10723,9 @@ The tracking issue for this feature is: [#99108]
1072310723
label: "strict_provenance_lints",
1072410724
description: r##"# `strict_provenance_lints`
1072510725

10726-
The tracking issue for this feature is: [#95228]
10726+
The tracking issue for this feature is: [#130351]
1072710727

10728-
[#95228]: https://github.com/rust-lang/rust/issues/95228
10728+
[#130351]: https://github.com/rust-lang/rust/issues/130351
1072910729
-----
1073010730

1073110731
The `strict_provenance_lints` feature allows to enable the `fuzzy_provenance_casts` and `lossy_provenance_casts` lints.

0 commit comments

Comments
 (0)