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]
5789
5789
5790
5790
------------------------
5791
5791
5792
- Add the methods `from_mins`, `from_hours` and `from_days ` to `Duration`.
5792
+ Add the methods `from_days` and `from_weeks ` to `Duration`.
5793
5793
"##,
5794
5794
default_severity: Severity::Allow,
5795
5795
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() {
97
97
}
98
98
99
99
#[ test]
100
- #[ cfg( not( bootstrap) ) ]
101
100
fn test_fn_like_fn_like_span_join ( ) {
102
101
assert_expand (
103
102
"fn_like_span_join" ,
@@ -112,7 +111,6 @@ fn test_fn_like_fn_like_span_join() {
112
111
}
113
112
114
113
#[ test]
115
- #[ cfg( not( bootstrap) ) ]
116
114
fn test_fn_like_fn_like_span_ops ( ) {
117
115
assert_expand (
118
116
"fn_like_span_ops" ,
You can’t perform that action at this time.
0 commit comments