Skip to content

Commit

Permalink
enable lints
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Nov 12, 2020
1 parent fa1fae7 commit d8763bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@
//! See more examples in the [examples](https://github.com/http-rs/tide/tree/main/examples) directory.
#![cfg_attr(feature = "docs", feature(doc_cfg))]
// #![warn(missing_docs)]
#![warn(missing_debug_implementations, rust_2018_idioms)]
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
#![forbid(unsafe_code, rust_2018_idioms)]
#![deny(future_incompatible, missing_debug_implementations, nonstandard_style)]
#![warn(missing_docs, missing_doc_code_examples, unreachable_pub)]
#![doc(html_favicon_url = "https://yoshuawuyts.com/assets/http-rs/favicon.ico")]
#![doc(html_logo_url = "https://yoshuawuyts.com/assets/http-rs/logo-rounded.png")]

Expand Down

0 comments on commit d8763bb

Please sign in to comment.