We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b303c7f commit 3342500Copy full SHA for 3342500
tasm-lib/src/arithmetic/u64/safe_mul.rs
@@ -24,8 +24,6 @@ use crate::traits::basic_snippet::SignOffFingerprint;
24
///
25
/// - the output is the product of the input
26
/// - the output is properly [`BFieldCodec`] encoded
27
-///
28
-/// [bitand]: core::ops::BitAnd
29
#[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)]
30
pub struct SafeMul;
31
0 commit comments