File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
//! This crate implements the backend server for https://crates.io/
2
2
//!
3
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) ]
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)]
9
7
#![ cfg_attr( feature = "clippy" , feature( plugin) ) ]
10
8
#![ cfg_attr( feature = "clippy" , plugin( clippy) ) ]
11
9
#![ recursion_limit="128" ]
You can’t perform that action at this time.
0 commit comments