Skip to content

Commit

Permalink
derive debug for ProxyError
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Mar 12, 2022
1 parent 43e2dff commit ee55e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ use lazy_static::lazy_static;
use std::net::IpAddr;
use std::str::FromStr;

#[derive(Debug)]
pub enum ProxyError {
InvalidUri(InvalidUri),
HyperError(Error),
Expand Down

0 comments on commit ee55e7d

Please sign in to comment.