Skip to content

Commit 8835e0e

Browse files
committed
docs: Fix broken intra-doc link
1 parent f63295c commit 8835e0e

File tree

1 file changed

+3
-1
lines changed
  • tasm-lib/src/arithmetic/u64

1 file changed

+3
-1
lines changed

tasm-lib/src/arithmetic/u64/and.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::prelude::*;
66
use crate::traits::basic_snippet::Reviewer;
77
use crate::traits::basic_snippet::SignOffFingerprint;
88

9-
/// [Bitwise “and”](u64::bitand) (“`&`”) for `u64`s.
9+
/// [Bitwise “and”][bitand] (“`&`”) for `u64`s.
1010
///
1111
/// ### Behavior
1212
///
@@ -23,6 +23,8 @@ use crate::traits::basic_snippet::SignOffFingerprint;
2323
///
2424
/// - the output is the bitwise “and” of the input
2525
/// - the output is properly [`BFieldCodec`] encoded
26+
///
27+
/// [bitand]: core::ops::BitAnd
2628
#[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)]
2729
pub struct And;
2830

0 commit comments

Comments
 (0)