Skip to content

Commit cbc0332

Browse files
committed
ci(tap_eip712_messages): ignore doc test
Signed-off-by: Natanael Mojica <[email protected]>
1 parent 22388fa commit cbc0332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_eip712_message/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! using EIP712 standard.
88
//!
99
//! # Example
10-
//! ```rust,no_run
10+
//! ```rust,ignore
1111
//! # use thegraph_core::alloy::{dyn_abi::Eip712Domain, primitives::Address, signers::local::PrivateKeySigner};
1212
//! # let domain_separator = Eip712Domain::default();
1313
//! use tap_eip712_message::Eip712SignedMessage;

0 commit comments

Comments
 (0)