Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2927-2.rs
blob: 07afef38cf5a901b42ec909fec7eada4e608f7da [
file
] [
log
] [
blame
]
// rustfmt-edition: 2015
#![
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
;