Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 295da176 authored by Chris Wailes's avatar Chris Wailes Committed by Automerger Merge Worker
Browse files

Update source for Rust 1.63.0 am: 504968e2

parents 51bfb959 504968e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ pub struct BootTime {
// Return an error with the same structure as tokio::time::timeout to facilitate migration off it,
// and hopefully some day back to it.
/// Error returned by timeout
#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Eq)]
pub struct Elapsed(());

impl fmt::Display for Elapsed {