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