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 ee5a8d4 commit 875fb24Copy full SHA for 875fb24
1 file changed
trino-lb-core/src/trino_api.rs
@@ -20,9 +20,6 @@ pub enum Error {
20
trino_lb_addr: Url,
21
},
22
23
- #[snafu(display("Failed to parse nextUri Trino send us"))]
24
- ParseNextUriFromTrino { source: url::ParseError },
25
-
26
#[snafu(display("Failed to parse segment ackUri Trino send us"))]
27
ParseSegmentAckUriFromTrino { source: url::ParseError },
28
0 commit comments