We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4a339 commit b0a9e94Copy full SHA for b0a9e94
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