Skip to content

Commit 31da795

Browse files
committed
added missing doc-link
1 parent 032253d commit 31da795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bit_vec/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,7 @@ impl BitVec {
10021002
///
10031003
/// [`pack_sequence_*`]: BitVec::pack_sequence_u64
10041004
/// [`get_bits_unchecked(index * n, n)`]: BitVec::get_bits_unchecked
1005+
/// [`unpack_element`]: BitVec::unpack_element
10051006
#[must_use]
10061007
#[allow(clippy::inline_always)]
10071008
#[inline(always)] // to gain optimization if n is constant

0 commit comments

Comments
 (0)