Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushi
Split duration_constructors to get non-controversial constructors out This implements #140881
León Orell Valerian Liehr 12 months ago
parent eb29f19 · parent 3faf03f · commit 9add533
-rw-r--r--crates/ide-db/src/generated/lints.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide-db/src/generated/lints.rs b/crates/ide-db/src/generated/lints.rs
index 706d04484f..f9ff392126 100644
--- a/crates/ide-db/src/generated/lints.rs
+++ b/crates/ide-db/src/generated/lints.rs
@@ -5789,7 +5789,7 @@ The tracking issue for this feature is: [#120301]
------------------------
-Add the methods `from_mins`, `from_hours` and `from_days` to `Duration`.
+Add the methods `from_days` and `from_weeks` to `Duration`.
"##,
default_severity: Severity::Allow,
warn_since: None,