]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2927.rs
Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'
[rust.git] / src / tools / rustfmt / tests / target / issue-2927.rs
1 // rustfmt-edition: 2018
2 #![feature(rust_2018_preview, uniform_paths)]
3 use ::log::{error, info, log};
4 use futures::prelude::*;
5 use http_03::cli::Cli;
6 use hyper::{service::service_fn_ok, Body, Response, Server};
7 use structopt::StructOpt;