Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
target
/
issue-2927-2.rs
blob: e895783ba8bb46610cc1a7f9ac2edf5306a4ef1a [
file
] [
log
] [
blame
]
// rustfmt-edition: 2015
#![
feature
(
rust_2018_preview
,
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
;