Skip to content

Commit

Permalink
ignore failing doc test and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Nov 15, 2023
1 parent d3201eb commit 62c243a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xmtp_mls/src/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use xmtp_proto::xmtp::v3::message_contents::Eip191Association as Eip191Associati
use crate::{
association::{AssociationError, AssociationText, Eip191Association},
configuration::CIPHERSUITE,
storage::{identity::StoredIdentity, EncryptedMessageStore, StorageError},
storage::{identity::StoredIdentity, StorageError},
types::Address,
xmtp_openmls_provider::XmtpOpenMlsProvider,
InboxOwner, Store,
Expand Down
2 changes: 1 addition & 1 deletion xmtp_mls/src/xmtp_openmls_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl<'a> XmtpOpenMlsProvider<'a> {
///
/// # Examples
///
/// ```
/// ```ignore
/// let connection = EncryptedMessageStore::new_unencrypted(StorageOptions::default());
/// XmtpOpenMlsProvider::transaction(conn, |provider| {
/// // do some operations requiring provider
Expand Down

0 comments on commit 62c243a

Please sign in to comment.