From fbf41cee693f8ff3b2b4bc70a1a24372e16e6afc Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 30 Jul 2018 23:49:54 -0700 Subject: [PATCH] Ignore clippy lint on passing FloatingDecimal64 --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index c47118f..6f98d81 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,6 +5,7 @@ cast_lossless, cyclomatic_complexity, many_single_char_names, + needless_pass_by_value, unreadable_literal, ) )]