Skip to content

Commit 60536f4

Browse files
committed
crates/gazette: fix build error from raced PR merges
1 parent 157761d commit 60536f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/gazette/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl Error {
6565
Error::BrokerStatus(_) => false,
6666
Error::ConsumerStatus(_) => false,
6767
Error::InvalidEndpoint(_) => false,
68-
Error::Parsing(_, _) => false,
68+
Error::Parsing { .. } => false,
6969
Error::Protocol(_) => false,
7070
Error::UUID(_) => false,
7171
}

0 commit comments

Comments
 (0)