Skip to content

Commit dc8c1e8

Browse files
authored
Merge pull request #21062 from lnicola/sync-from-rust
minor: sync from downstream
2 parents c904df0 + 213a824 commit dc8c1e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

lib/ungrammar/ungrammar2json/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn grammar_to_json(grammar: &Grammar, mut obj: write_json::Object<'_>) {
4343
}
4444
}
4545

46-
fn rule_to_json(grammar: &Grammar, rule: &Rule, mut obj: write_json::Object) {
46+
fn rule_to_json(grammar: &Grammar, rule: &Rule, mut obj: write_json::Object<'_>) {
4747
match rule {
4848
Rule::Labeled { label, rule } => {
4949
obj.string("label", label);

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c5dabe8cf798123087d094f06417f5a767ca73e8
1+
6159a44067ebce42b38f062cc7df267a1348e092

0 commit comments

Comments
 (0)