Ignore some clippy lints in test suite

Closes #430.
This commit is contained in:
David Tolnay 2020-11-06 10:11:07 -08:00
parent 7c5ce689a3
commit c90b666eec
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,3 +1,5 @@
#![allow(clippy::assertions_on_constants, clippy::float_cmp, clippy::unit_cmp)]
use cxx_test_suite::extra::ffi2;
use cxx_test_suite::ffi;
use std::cell::Cell;