We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd08d9c commit e3ee1deCopy full SHA for e3ee1de
src/common/exec.rs
@@ -11,7 +11,7 @@ use crate::body::HttpBody;
11
use crate::proto::h2::server::H2Stream;
12
use crate::rt::Executor;
13
#[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))]
14
-use crate::server::server::{Watcher, new_svc::NewSvcTask};
+use crate::server::server::{new_svc::NewSvcTask, Watcher};
15
16
use crate::service::HttpService;
17
0 commit comments