Skip to content

Commit d345b3c

Browse files
committed
remove the InsertError
Signed-off-by: ADD-SP <[email protected]>
1 parent 96d9acb commit d345b3c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tokio/src/time/error.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ impl From<Kind> for Error {
4646
#[derive(Debug, PartialEq, Eq)]
4747
pub struct Elapsed(());
4848

49-
#[derive(Debug)]
50-
pub(crate) enum InsertError {
51-
Elapsed,
52-
}
53-
5449
// ===== impl Error =====
5550

5651
impl Error {

0 commit comments

Comments
 (0)