rust/tests/source/issue-2927.rs

8 lines
218 B
Rust
Raw Normal View History

// rustfmt-edition: 2018
2023-12-10 11:34:13 -06:00
#![feature(uniform_paths)]
2018-08-27 13:31:43 -05:00
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;