We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0daa8 commit afdbd2fCopy full SHA for afdbd2f
packages/node/src/utils.rs
@@ -1,4 +1,4 @@
1
-#[warn(dead_code)]
+#[allow(dead_code)]
2
pub fn set_panic_hook() {
3
// When the `console_error_panic_hook` feature is enabled, we can call the
4
// `set_panic_hook` function at least once during initialization, and then
0 commit comments