Skip to content

Commit 20fd81e

Browse files
committed
doc: fix strict_provenance_lints tracking issue link
1 parent 66bc5a4 commit 20fd81e

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)