mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
doc: fix strict_provenance_lints tracking issue link
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# `strict_provenance_lints`
|
||||
|
||||
The tracking issue for this feature is: [#95228]
|
||||
The tracking issue for this feature is: [#130351]
|
||||
|
||||
[#95228]: https://github.com/rust-lang/rust/issues/95228
|
||||
[#130351]: https://github.com/rust-lang/rust/issues/130351
|
||||
-----
|
||||
|
||||
The `strict_provenance_lints` feature allows to enable the `fuzzy_provenance_casts` and `lossy_provenance_casts` lints.
|
||||
|
||||
@@ -10723,9 +10723,9 @@ fn start(_argc: isize, _argv: *const *const u8) -> isize {
|
||||
label: "strict_provenance_lints",
|
||||
description: r##"# `strict_provenance_lints`
|
||||
|
||||
The tracking issue for this feature is: [#95228]
|
||||
The tracking issue for this feature is: [#130351]
|
||||
|
||||
[#95228]: https://github.com/rust-lang/rust/issues/95228
|
||||
[#130351]: https://github.com/rust-lang/rust/issues/130351
|
||||
-----
|
||||
|
||||
The `strict_provenance_lints` feature allows to enable the `fuzzy_provenance_casts` and `lossy_provenance_casts` lints.
|
||||
|
||||
Reference in New Issue
Block a user