Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
target
/
issue-2927.rs
blob: 3267be28d7b70122e9676aefc49ba1c72f95194c [
file
] [
log
] [
blame
]
// rustfmt-edition: 2018
#![
feature
(
rust_2018_preview
,
uniform_paths
)]
use
::
log
::{
error
,
info
,
log
};
use
futures
::
prelude
::*;
use
http_03
::
cli
::
Cli
;
use
hyper
::{
service
::
service_fn_ok
,
Body
,
Response
,
Server
};
use
structopt
::
StructOpt
;