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 5a0a7ba commit deeb57aCopy full SHA for deeb57a
client/src/lib.rs
@@ -338,7 +338,7 @@ pub enum ClientInitError {
338
#[error("Invalid URI: {0:?}")]
339
InvalidUri(#[from] InvalidUri),
340
/// Invalid gRPC metadata headers. Configuration error.
341
- #[error("Invalid headers: {0:?}")]
+ #[error("Invalid headers: {0}")]
342
InvalidHeaders(#[from] InvalidHeaderError),
343
/// Server connection error. Crashing and restarting the worker is likely best.
344
#[error("Server connection error: {0:?}")]
0 commit comments