mirror of
https://github.com/mii443/tokenizers.git
synced 2025-09-01 14:59:20 +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