File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
doc/unstable-book/src/language-features
tools/rust-analyzer/crates/ide-db/src/generated Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
88The ` strict_provenance_lints ` feature allows to enable the ` fuzzy_provenance_casts ` and ` lossy_provenance_casts ` lints.
Original file line number Diff line number Diff 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
1073110731The `strict_provenance_lints` feature allows to enable the `fuzzy_provenance_casts` and `lossy_provenance_casts` lints.
You can’t perform that action at this time.
0 commit comments