We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdeefc6 + b0a9e94 commit 2716fa2Copy full SHA for 2716fa2
src/libstd/sys/unix/time.rs
@@ -282,7 +282,6 @@ mod inner {
282
(cfg!(target_os = "linux") && cfg!(target_arch = "x86_64"))
283
|| (cfg!(target_os = "linux") && cfg!(target_arch = "x86"))
284
|| cfg!(target_os = "fuchsia")
285
- || false // last clause, used so `||` is always trailing above
286
}
287
288
pub fn checked_sub_instant(&self, other: &Instant) -> Option<Duration> {
0 commit comments