We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1be8f7 commit 0c62135Copy full SHA for 0c62135
src/clock.rs
@@ -8,7 +8,7 @@ use crate::{
8
/// Potential `Clock` errors
9
#[non_exhaustive]
10
#[derive(Debug, Eq, PartialEq)]
11
-pub enum Error<E: crate::Error = ()> {
+pub enum Error<E: crate::Error> {
12
/// implementation-specific error
13
Other(E),
14
}
0 commit comments