Skip to content

Commit 2716fa2

Browse files
authored
Rollup merge of rust-lang#68762 - ForNeVeR:patch-1, r=alexcrichton
Strip unnecessary subexpression It became unnecessary since a06baa5 reformatted the file. The comment is currently a bit misleading.
2 parents bdeefc6 + b0a9e94 commit 2716fa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/sys/unix/time.rs

-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ mod inner {
282282
(cfg!(target_os = "linux") && cfg!(target_arch = "x86_64"))
283283
|| (cfg!(target_os = "linux") && cfg!(target_arch = "x86"))
284284
|| cfg!(target_os = "fuchsia")
285-
|| false // last clause, used so `||` is always trailing above
286285
}
287286

288287
pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> {

0 commit comments

Comments
 (0)