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 193999d commit 57d0f2bCopy full SHA for 57d0f2b
src/bin/server.rs
@@ -13,6 +13,7 @@ use conduit_hyper::Service;
13
use futures_util::future::FutureExt;
14
use reqwest::blocking::Client;
15
16
+#[allow(clippy::large_enum_variant)]
17
enum Server {
18
Civet(CivetServer),
19
Hyper(tokio::runtime::Runtime, tokio::task::JoinHandle<()>),
0 commit comments