Skip to content

Commit

Permalink
fix wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Nov 8, 2024
1 parent 648176f commit 9de6b11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grpc/tests/tonic.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg(not(target_arch = "wasm32"))]

use celestia_grpc::types::auth::Account;

pub mod utils;
Expand Down
2 changes: 2 additions & 0 deletions grpc/tests/utils.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg(not(target_arch = "wasm32"))]

use std::env;

use anyhow::Result;
Expand Down
1 change: 1 addition & 0 deletions proto/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![allow(clippy::all)]
#![allow(missing_docs)]
#![allow(rustdoc::invalid_rust_codeblocks)]
#![doc = include_str!("../README.md")]

pub mod serializers;
Expand Down

0 comments on commit 9de6b11

Please sign in to comment.