From fca038b23ca0e2251c1123f051b95a0fef2da69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 11 Apr 2021 00:55:50 +1200 Subject: [PATCH] Reduce lints in favour of stability rather than strictness --- src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 5d9be58..2e6c34d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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]