Skip to content

Commit

Permalink
Fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Feb 16, 2024
1 parent c907336 commit 37fd2b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipa-core/src/protocol/context/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ use crate::{
/// and outer vectors in a `Vec<Vec<T>>` is an error. Instead, one level of iteration can use the
/// record ID and the other can use something like a `BitOpStep`.
///
///
#[cfg_attr(not(feature = "descriptive-gate"), doc = "```ignore")]
/// ```no_run
/// use ipa_core::protocol::{context::{UpgradeContext, UpgradeToMalicious, UpgradedMaliciousContext as C}, NoRecord, RecordId};
/// use ipa_core::ff::Fp32BitPrime as F;
Expand Down

0 comments on commit 37fd2b6

Please sign in to comment.