Skip to content

Commit e9ba0a9

Browse files
authored
docs: fix broken doc comment example. (#1584)
1 parent 3b2eecc commit e9ba0a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/proxy.rs

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ impl Proxy {
255255
/// # Ok(())
256256
/// # }
257257
/// # fn main() {}
258+
/// ```
258259
pub fn custom<F, U: IntoProxyScheme>(fun: F) -> Proxy
259260
where
260261
F: Fn(&Url) -> Option<U> + Send + Sync + 'static,

0 commit comments

Comments
 (0)