We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2837dbe commit 107df5fCopy full SHA for 107df5f
src/lib.rs
@@ -555,7 +555,7 @@ pub(crate) fn host_to_host_with_port(host: &str) -> String {
555
556
/// An Executor for hyper that uses the tokio runtime
557
#[derive(Clone)]
558
-pub struct TokioExecutor;
+pub(crate) struct TokioExecutor;
559
560
// Implement the `hyper::rt::Executor` trait for `TokioExecutor` so that it can be used to spawn
561
// tasks in the hyper runtime.
0 commit comments