Strip unnecessary subexpression

It became unnecessary since a06baa56b9 reformatted the file.
This commit is contained in:
Friedrich von Never 2020-02-02 15:08:46 +07:00 committed by GitHub
parent bc4a339064
commit b0a9e949e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> {