Skip to content

Commit 107df5f

Browse files
committed
Cull public api
1 parent 2837dbe commit 107df5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ pub(crate) fn host_to_host_with_port(host: &str) -> String {
555555

556556
/// An Executor for hyper that uses the tokio runtime
557557
#[derive(Clone)]
558-
pub struct TokioExecutor;
558+
pub(crate) struct TokioExecutor;
559559

560560
// Implement the `hyper::rt::Executor` trait for `TokioExecutor` so that it can be used to spawn
561561
// tasks in the hyper runtime.

0 commit comments

Comments
 (0)