Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2927.rs
blob: c7ec7bb0855504c8fa4fe2c2ea212b5cd2c6e5b3 [
file
] [
log
] [
blame
] [
edit
]
// rustfmt-edition: 2018
#![
feature
(
uniform_paths
)]
use
futures
::
prelude
::*;
use
http_03
::
cli
::
Cli
;
use
hyper
::{
service
::
service_fn_ok
,
Body
,
Response
,
Server
};
use
::
log
::{
error
,
info
,
log
};
use
structopt
::
StructOpt
;