Skip to content

Commit afdbd2f

Browse files
committed
Fix allow dead_code
1 parent 6f0daa8 commit afdbd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[warn(dead_code)]
1+
#[allow(dead_code)]
22
pub fn set_panic_hook() {
33
// When the `console_error_panic_hook` feature is enabled, we can call the
44
// `set_panic_hook` function at least once during initialization, and then

0 commit comments

Comments
 (0)