Strip unnecessary subexpression
It became unnecessary since a06baa56b9
reformatted the file.
This commit is contained in:
parent
bc4a339064
commit
b0a9e949e7
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user