Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #149039 - matthiaskrgr:rollup-9vt1ady, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - rust-lang/rust#147077 (std: move `kernel_copy` to `sys`) - rust-lang/rust#149030 (doc: fix `strict_provenance_lints` tracking issue link) - rust-lang/rust#149031 (Update books) - rust-lang/rust#149034 (update my email in mailmap) r? `@ghost` `@rustbot` modify labels: rollup
bors 5 months ago
parent 60b0c9c · parent d4c20e6 · commit f5b58ed
-rw-r--r--crates/ide-db/src/generated/lints.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide-db/src/generated/lints.rs b/crates/ide-db/src/generated/lints.rs
index 5eb7e92ffb..7f4dad873c 100644
--- a/crates/ide-db/src/generated/lints.rs
+++ b/crates/ide-db/src/generated/lints.rs
@@ -10723,9 +10723,9 @@ The tracking issue for this feature is: [#99108]
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.