Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanshade committed Feb 8, 2022
1 parent 378ffcb commit 75df825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/node/util.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::unused_unit)]
#![allow(non_upper_case_globals)]

use js_sys::Object;
Expand Down

0 comments on commit 75df825

Please sign in to comment.