mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-16 17:18:43 +00:00
Allow unnecessary_wraps for node bindings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user