We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9540e09 commit 86f1b59Copy full SHA for 86f1b59
influxdb/src/error.rs
@@ -2,7 +2,7 @@
2
3
use thiserror::Error;
4
5
-#[derive(Debug, Error)]
+#[derive(Debug, Eq, PartialEq, Error)]
6
pub enum Error {
7
#[error("query is invalid: {error}")]
8
/// Error happens when a query is invalid
0 commit comments