Skip to content

Commit d209919

Browse files
authored
Unrolled build for #149030
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`
2 parents 0df64c5 + 20fd81e commit d209919

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/doc/unstable-book/src/language-features/strict-provenance-lints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# `strict_provenance_lints`
22

3-
The tracking issue for this feature is: [#95228]
3+
The tracking issue for this feature is: [#130351]
44

5-
[#95228]: https://github.com/rust-lang/rust/issues/95228
5+
[#130351]: https://github.com/rust-lang/rust/issues/130351
66
-----
77

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

src/tools/rust-analyzer/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)