Reduce lints in favour of stability rather than strictness

This commit is contained in:
Félix Saparelli 2021-04-11 00:55:50 +12:00
parent 1da3a8d26c
commit fca038b23c
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 0 additions and 4 deletions

View File

@ -9,13 +9,9 @@
//!
//! [watchexec]: https://github.com/watchexec/watchexec
#![forbid(deprecated)]
#![warn(
clippy::all,
clippy::missing_const_for_fn,
clippy::option_unwrap_used,
clippy::result_unwrap_used,
intra_doc_link_resolution_failure
)]
#[macro_use]