We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157761d commit 60536f4Copy full SHA for 60536f4
crates/gazette/src/lib.rs
@@ -65,7 +65,7 @@ impl Error {
65
Error::BrokerStatus(_) => false,
66
Error::ConsumerStatus(_) => false,
67
Error::InvalidEndpoint(_) => false,
68
- Error::Parsing(_, _) => false,
+ Error::Parsing { .. } => false,
69
Error::Protocol(_) => false,
70
Error::UUID(_) => false,
71
}
0 commit comments