Skip to content

Commit 0de99de

Browse files
tottotoseanmonstar
authored andcommitted
chore(core): update to 2018 edition
1 parent 2c9b996 commit 0de99de

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

headers-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://hyper.rs"
88
repository = "https://github.com/hyperium/headers"
99
authors = ["Sean McArthur <sean@seanmonstar.com>"]
1010
keywords = ["http", "headers", "hyper", "hyperium"]
11+
edition = "2018"
1112
rust-version = "1.49"
1213

1314
[dependencies]

headers-core/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
//! This is the core crate of the typed HTTP headers system, providing only
99
//! the relevant traits. All actual header implementations are in other crates.
1010
11-
extern crate http;
12-
1311
pub use http::header::{self, HeaderName, HeaderValue};
1412

1513
use std::error;

0 commit comments

Comments
 (0)