Skip to content

Commit

Permalink
Strip unnecessary subexpression
Browse files Browse the repository at this point in the history
It became unnecessary since a06baa5 reformatted the file.
  • Loading branch information
ForNeVeR committed Feb 2, 2020
1 parent bc4a339 commit b0a9e94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/sys/unix/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ mod inner {
(cfg!(target_os = "linux") && cfg!(target_arch = "x86_64"))
|| (cfg!(target_os = "linux") && cfg!(target_arch = "x86"))
|| cfg!(target_os = "fuchsia")
|| false // last clause, used so `||` is always trailing above
}

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

0 comments on commit b0a9e94

Please sign in to comment.