Remove edition umbrella features.
This commit is contained in:
parent
1b9bf8adf3
commit
b9ad02421a
@ -1,5 +1,5 @@
|
|||||||
// rustfmt-edition: 2015
|
// rustfmt-edition: 2015
|
||||||
#![feature(rust_2018_preview, uniform_paths)]
|
#![feature(uniform_paths)]
|
||||||
use futures::prelude::*;
|
use futures::prelude::*;
|
||||||
use http_03::cli::Cli;
|
use http_03::cli::Cli;
|
||||||
use hyper::{service::service_fn_ok, Body, Response, Server};
|
use hyper::{service::service_fn_ok, Body, Response, Server};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// rustfmt-edition: 2018
|
// rustfmt-edition: 2018
|
||||||
#![feature(rust_2018_preview, uniform_paths)]
|
#![feature(uniform_paths)]
|
||||||
use futures::prelude::*;
|
use futures::prelude::*;
|
||||||
use http_03::cli::Cli;
|
use http_03::cli::Cli;
|
||||||
use hyper::{service::service_fn_ok, Body, Response, Server};
|
use hyper::{service::service_fn_ok, Body, Response, Server};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// rustfmt-edition: 2015
|
// rustfmt-edition: 2015
|
||||||
#![feature(rust_2018_preview, uniform_paths)]
|
#![feature(uniform_paths)]
|
||||||
use futures::prelude::*;
|
use futures::prelude::*;
|
||||||
use http_03::cli::Cli;
|
use http_03::cli::Cli;
|
||||||
use hyper::{service::service_fn_ok, Body, Response, Server};
|
use hyper::{service::service_fn_ok, Body, Response, Server};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// rustfmt-edition: 2018
|
// rustfmt-edition: 2018
|
||||||
#![feature(rust_2018_preview, uniform_paths)]
|
#![feature(uniform_paths)]
|
||||||
use ::log::{error, info, log};
|
use ::log::{error, info, log};
|
||||||
use futures::prelude::*;
|
use futures::prelude::*;
|
||||||
use http_03::cli::Cli;
|
use http_03::cli::Cli;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user