File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ fn test_fn_like_macro_clone_raw_ident() {
9797}
9898
9999#[ test]
100- #[ cfg( not( bootstrap) ) ]
101100fn test_fn_like_fn_like_span_join ( ) {
102101 assert_expand (
103102 "fn_like_span_join" ,
@@ -112,7 +111,6 @@ fn test_fn_like_fn_like_span_join() {
112111}
113112
114113#[ test]
115- #[ cfg( not( bootstrap) ) ]
116114fn test_fn_like_fn_like_span_ops ( ) {
117115 assert_expand (
118116 "fn_like_span_ops" ,
You can’t perform that action at this time.
0 commit comments