Skip to content

Commit

Permalink
fix doc test (ignore due to grpc feature gated module)
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Oct 9, 2024
1 parent e45d459 commit 2fbb770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion secretrs/src/utils/encryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ impl EnigmaUtils {
///
/// # Examples
///
/// ```no_run
#[cfg_attr(feature = "grpc", doc = " ```no_run")]
#[cfg_attr(not(feature = "grpc"), doc = " ```ignore")]
/// # use anyhow::Result;
/// # use secretrs::utils::EnigmaUtils;
/// # use secretrs::grpc_clients::RegistrationQueryClient;
Expand Down

0 comments on commit 2fbb770

Please sign in to comment.