style: clippy fix
This commit is contained in:
parent
0ef482c6ca
commit
528b1d21cb
3 changed files with 4 additions and 3 deletions
examples/napi/src
|
@ -1,5 +1,6 @@
|
|||
#![allow(dead_code)]
|
||||
#![allow(unreachable_code)]
|
||||
#![allow(clippy::blacklisted_name)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate napi_derive;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue