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 67674d6 commit 7db7252Copy full SHA for 7db7252
bindings/nostr-sdk-js/src/lib.rs
@@ -5,6 +5,7 @@
5
#![allow(unknown_lints, clippy::arc_with_non_send_sync)]
6
#![allow(clippy::new_without_default)]
7
#![allow(clippy::drop_non_drop)]
8
+#![allow(non_snake_case)]
9
10
pub use nostr_js;
11
bindings/nostr-sdk-js/src/logger.rs
@@ -148,7 +148,7 @@ impl Default for WASMLayerConfigBuilder {
148
}
149
150
151
-#[derive(Debug, PartialEq)]
+#[derive(Debug, PartialEq, Eq)]
152
pub struct WASMLayerConfig {
153
report_logs_in_timings: bool,
154
report_logs_in_console: bool,
0 commit comments