Skip to content

Commit e20bcd5

Browse files
docs(rt): impl Clone in Executor example (#3212)
1 parent afe278a commit e20bcd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)