style: clippy fix

This commit is contained in:
LongYinan 2022-08-17 17:53:44 +08:00
parent 0ef482c6ca
commit 528b1d21cb
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
3 changed files with 4 additions and 3 deletions
examples/napi/src

View file

@ -1,5 +1,6 @@
#![allow(dead_code)]
#![allow(unreachable_code)]
#![allow(clippy::blacklisted_name)]
#[macro_use]
extern crate napi_derive;