Skip to content

Commit b73c104

Browse files
[review] error type cleanup variant
1 parent 8456ce4 commit b73c104

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rdb/src/error.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ pub enum Error {
1515
#[error("serialization error {0}")]
1616
Serialization(#[from] serde_json::Error),
1717

18-
#[error("io error {0}")]
19-
Io(#[from] std::io::Error),
20-
2118
#[error("db key error {0}")]
2219
DbKey(String),
2320

0 commit comments

Comments
 (0)