Skip to content

Commit 9add533

Browse files
authored
Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushi
Split duration_constructors to get non-controversial constructors out This implements #140881
2 parents eb29f19 + 3faf03f commit 9add533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-db/src/generated/lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5789,7 +5789,7 @@ The tracking issue for this feature is: [#120301]
57895789

57905790
------------------------
57915791

5792-
Add the methods `from_mins`, `from_hours` and `from_days` to `Duration`.
5792+
Add the methods `from_days` and `from_weeks` to `Duration`.
57935793
"##,
57945794
default_severity: Severity::Allow,
57955795
warn_since: None,

0 commit comments

Comments
 (0)