Strip unnecessary subexpression
It became unnecessary since a06baa56b9
reformatted the file.
This commit is contained in:
parent
bc4a339064
commit
b0a9e949e7
1 changed files with 0 additions and 1 deletions
|
@ -282,7 +282,6 @@ mod inner {
|
||||||
(cfg!(target_os = "linux") && cfg!(target_arch = "x86_64"))
|
(cfg!(target_os = "linux") && cfg!(target_arch = "x86_64"))
|
||||||
|| (cfg!(target_os = "linux") && cfg!(target_arch = "x86"))
|
|| (cfg!(target_os = "linux") && cfg!(target_arch = "x86"))
|
||||||
|| cfg!(target_os = "fuchsia")
|
|| cfg!(target_os = "fuchsia")
|
||||||
|| false // last clause, used so `||` is always trailing above
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> {
|
pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue