Skip to content

Commit

Permalink
Remove unused error type
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed Nov 11, 2024
1 parent 64f1252 commit c545276
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions luda-editor/new-server/bptree/src/id_set/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ pub enum Error {
Broken,
#[error("Temporary error")]
Temporary,
#[error("IO error: {0}")]
Io(#[from] std::io::Error),
}
type Result<T> = std::result::Result<T, Error>;

Expand Down

0 comments on commit c545276

Please sign in to comment.