Allow unnecessary_wraps for node bindings

This commit is contained in:
Anthony MOI
2021-03-10 21:20:21 -05:00
committed by Anthony MOI
parent 56a9196030
commit 53ab5a470c

View File

@ -1,4 +1,6 @@
#![warn(clippy::all)]
// We need to allow these to use !declare_types
#![allow(clippy::unnecessary_wraps)]
extern crate neon;
extern crate neon_serde;