Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
source
/
issue-2927-2.rs
blob: d87761fdc9c3716752ba60a4b5c2bc7b887f3a87 [
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
;