Skip to content

Commit 2fc03df

Browse files
authored
Merge pull request #2388 from rust-lang/rustc-pull
Rustc pull update
2 parents 83dd0c7 + 249c62a commit 2fc03df

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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,

crates/proc-macro-srv/src/tests/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ fn test_fn_like_macro_clone_raw_ident() {
9797
}
9898

9999
#[test]
100-
#[cfg(not(bootstrap))]
101100
fn 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))]
116114
fn test_fn_like_fn_like_span_ops() {
117115
assert_expand(
118116
"fn_like_span_ops",

0 commit comments

Comments
 (0)