We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98b7bb commit ae3683bCopy full SHA for ae3683b
src/lib.rs
@@ -1,11 +1,9 @@
1
//! This crate implements the backend server for https://crates.io/
2
//!
3
//! 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)]
+//! implemented in the [keyword](keyword/index.html), [krate](krate/index.html),
+//! [user](user/index.html) and [version](version/index.html) modules.
+//#![deny(warnings)]
9
#![cfg_attr(feature = "clippy", feature(plugin))]
10
#![cfg_attr(feature = "clippy", plugin(clippy))]
11
#![recursion_limit="128"]
0 commit comments