Skip to content

Commit ae3683b

Browse files
committed
this change is just to get my branch to run on my version of heroku
1 parent d98b7bb commit ae3683b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/lib.rs

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
//! This crate implements the backend server for https://crates.io/
22
//!
33
//! All implemented routes are defined in the [middleware](fn.middleware.html) function and
4-
//! implemented in the [category](category/index.html), [keyword](keyword/index.html),
5-
//! [krate](krate/index.html), [user](user/index.html) and [version](version/index.html) modules.
6-
7-
#![deny(warnings)]
8-
#![deny(missing_debug_implementations, missing_copy_implementations)]
4+
//! implemented in the [keyword](keyword/index.html), [krate](krate/index.html),
5+
//! [user](user/index.html) and [version](version/index.html) modules.
6+
//#![deny(warnings)]
97
#![cfg_attr(feature = "clippy", feature(plugin))]
108
#![cfg_attr(feature = "clippy", plugin(clippy))]
119
#![recursion_limit="128"]

0 commit comments

Comments
 (0)