File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 53
53
//! See more examples in the [examples](https://github.com/http-rs/tide/tree/main/examples) directory.
54
54
55
55
#![ cfg_attr( feature = "docs" , feature( doc_cfg) ) ]
56
- // #![warn(missing_docs)]
57
- #![ warn( missing_debug_implementations, rust_2018_idioms) ]
58
- #![ doc( test( attr( deny( rust_2018_idioms, warnings) ) ) ) ]
59
- #![ doc( test( attr( allow( unused_extern_crates, unused_variables) ) ) ) ]
56
+ #![ forbid( unsafe_code, rust_2018_idioms) ]
57
+ #![ deny( future_incompatible, missing_debug_implementations, nonstandard_style) ]
58
+ #![ warn( missing_docs, missing_doc_code_examples, unreachable_pub) ]
60
59
#![ doc( html_favicon_url = "https://yoshuawuyts.com/assets/http-rs/favicon.ico" ) ]
61
60
#![ doc( html_logo_url = "https://yoshuawuyts.com/assets/http-rs/logo-rounded.png" ) ]
62
61
You can’t perform that action at this time.
0 commit comments