Skip to content

Commit c1a4a69

Browse files
committed
[Clippy] Swap instant_subtraction to use diagnostic item instead of path
1 parent beaebb5 commit c1a4a69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/time.rs

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ impl Instant {
280280
/// ```
281281
#[must_use]
282282
#[stable(feature = "time2", since = "1.8.0")]
283+
#[cfg_attr(not(test), rustc_diagnostic_item = "instant_now")]
283284
pub fn now() -> Instant {
284285
Instant(time::Instant::now())
285286
}

0 commit comments

Comments
 (0)