mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
Allow unnecessary_wraps for node bindings
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
#![warn(clippy::all)]
|
#![warn(clippy::all)]
|
||||||
|
// We need to allow these to use !declare_types
|
||||||
|
#![allow(clippy::unnecessary_wraps)]
|
||||||
|
|
||||||
extern crate neon;
|
extern crate neon;
|
||||||
extern crate neon_serde;
|
extern crate neon_serde;
|
||||||
|
Reference in New Issue
Block a user