summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-2927.rs
blob: c7ec7bb0855504c8fa4fe2c2ea212b5cd2c6e5b3 (plain)
1
2
3
4
5
6
7
// rustfmt-edition: 2018
#![feature(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;