Skip to content

Commit

Permalink
Remove unused 'doc_cfg' feature.
Browse files Browse the repository at this point in the history
jhpratt authored and SergioBenitez committed Aug 6, 2019

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent b8ab9e5 commit 2dd09f9
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contrib/lib/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![feature(crate_visibility_modifier)]
#![feature(doc_cfg)]

#![doc(html_root_url = "https://api.rocket.rs/v0.5")]
#![doc(html_favicon_url = "https://rocket.rs/v0.5/images/favicon.ico")]
1 change: 0 additions & 1 deletion core/http/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![feature(specialization)]
#![feature(proc_macro_hygiene)]
#![feature(crate_visibility_modifier)]
#![feature(doc_cfg)]
#![recursion_limit="512"]

#![warn(rust_2018_idioms)]

0 comments on commit 2dd09f9

Please sign in to comment.