Skip to content

Commit b0a9e94

Browse files
authored
Strip unnecessary subexpression
It became unnecessary since a06baa5 reformatted the file.
1 parent bc4a339 commit b0a9e94

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)