Skip to content

Commit

Permalink
docs: fix broken doc comment example. (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhanio committed Jul 19, 2022
1 parent 3b2eecc commit e9ba0a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/proxy.rs
Expand Up @@ -255,6 +255,7 @@ impl Proxy {
/// # Ok(())
/// # }
/// # fn main() {}
/// ```
pub fn custom<F, U: IntoProxyScheme>(fun: F) -> Proxy
where
F: Fn(&Url) -> Option<U> + Send + Sync + 'static,
Expand Down

0 comments on commit e9ba0a9

Please sign in to comment.