diff --git a/imports/src/lib.rs b/imports/src/lib.rs index 9a9feb531c..3cda1b33de 100644 --- a/imports/src/lib.rs +++ b/imports/src/lib.rs @@ -14,6 +14,8 @@ // You should have received a copy of the GNU General Public License // along with the Leo library. If not, see . +#![allow(clippy::from_over_into)] + #[macro_use] extern crate thiserror;