Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rust-lang/rust-analyzer is this something we should update in this repo? I was under the impression that it is largely auto-generated.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We regenerate it every now and then, but we also let people update it by hand if they want.

Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading