diff options
| author | Tomás Vallotton <tvallotton@uc.cl> | 2023-12-15 10:20:33 -0300 |
|---|---|---|
| committer | Tomás Vallotton <tvallotton@uc.cl> | 2024-01-20 10:14:25 -0300 |
| commit | 895bcce1baedcd8294c3997770df6cde8ee33f85 (patch) | |
| tree | 124752121a6ea7bd466d03d406e794b78c20a391 | |
| parent | 7d4980a4d81091908a1c28b4c6e8a0037a441534 (diff) | |
| download | rust-895bcce1baedcd8294c3997770df6cde8ee33f85.tar.gz rust-895bcce1baedcd8294c3997770df6cde8ee33f85.zip | |
fix: change issue number of waker_getters from #87021 to #96992.
| -rw-r--r-- | crates/ide-db/src/generated/lints.rs | 4 |
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 1cb6ff8627a..c3b806dec4d 100644 --- a/crates/ide-db/src/generated/lints.rs +++ b/crates/ide-db/src/generated/lints.rs @@ -9630,9 +9630,9 @@ The tracking issue for this feature is: [#81944] label: "waker_getters", description: r##"# `waker_getters` -The tracking issue for this feature is: [#87021] +The tracking issue for this feature is: [#96992] -[#87021]: https://github.com/rust-lang/rust/issues/87021 +[#96992]: https://github.com/rust-lang/rust/issues/96992 ------------------------ "##, |
