Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 17, 2023
1 parent 445dc23 commit 53700bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/re_types_core/src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub enum SerializationError {
backtrace: _Backtrace,
},

// TODO: del
#[error("arrow2-convert serialization failed: {0}")]
ArrowConvertFailure(String),

Expand Down Expand Up @@ -171,7 +170,6 @@ pub enum DeserializationError {
backtrace: _Backtrace,
},

// TODO: del
#[error("arrow2-convert deserialization Failed: {0}")]
ArrowConvertFailure(String),

Expand Down

0 comments on commit 53700bf

Please sign in to comment.