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