Skip to content

Commit 86f1b59

Browse files
authored
Make Error comparable (#127)
1 parent 9540e09 commit 86f1b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use thiserror::Error;
44

5-
#[derive(Debug, Error)]
5+
#[derive(Debug, Eq, PartialEq, Error)]
66
pub enum Error {
77
#[error("query is invalid: {error}")]
88
/// Error happens when a query is invalid

0 commit comments

Comments
 (0)