Skip to content

Commit 7037352

Browse files
programatik290xE282B0
authored andcommitted
docs(rt): impl Clone in Executor example (hyperium#3212)
Signed-off-by: Sven Pfennig <[email protected]>
1 parent 4a83a8c commit 7037352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rt/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use std::{
2222
/// ```
2323
/// # use hyper::rt::Executor;
2424
/// # use std::future::Future;
25+
/// #[derive(Clone)]
2526
/// struct TokioExecutor;
2627
///
2728
/// impl<F> Executor<F> for TokioExecutor

0 commit comments

Comments
 (0)