Skip to content

Commit 687532d

Browse files
committed
fix(timestamp_stack): remove unreachable wildcard arm in InterceptionPoint From impl
1 parent f427e2e commit 687532d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/timestamp_stack.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ impl From<RustInterceptionPoint> for InterceptionPoint {
5050
RustInterceptionPoint::Send => Self::Send,
5151
RustInterceptionPoint::Route => Self::Route,
5252
RustInterceptionPoint::Receive => Self::Receive,
53-
_ => Self::Unknown,
5453
}
5554
}
5655
}

0 commit comments

Comments
 (0)