Ignore clippy lint on passing FloatingDecimal64

This commit is contained in:
David Tolnay
2018-07-30 23:49:54 -07:00
parent dac8b88e79
commit fbf41cee69
+1
View File
@@ -5,6 +5,7 @@
cast_lossless,
cyclomatic_complexity,
many_single_char_names,
needless_pass_by_value,
unreadable_literal,
)
)]