diff options
| -rw-r--r-- | github-suggestion/src/client.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/github-suggestion/src/client.rs b/github-suggestion/src/client.rs index fc009ce..bb91441 100644 --- a/github-suggestion/src/client.rs +++ b/github-suggestion/src/client.rs @@ -27,7 +27,7 @@ pub enum Error {      #[error("GitHub client error: {0}")]      Github(String), -    #[error("Unable to deserialize")] +    #[error("Unable to deserialize: {0}")]      Deserialize(#[from] serde_json::error::Error),  } | 
