Update crates/core_simd/src/masks.rs
Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
This commit is contained in:
parent
d06dc5c269
commit
4cc260e497
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ where
|
|||
/// Tests the value of the specified element.
|
||||
///
|
||||
/// # Safety
|
||||
/// `element` must be less than `self.len()`.
|
||||
/// `index` must be less than `self.len()`.
|
||||
#[inline]
|
||||
#[must_use = "method returns a new bool and does not mutate the original value"]
|
||||
pub unsafe fn test_unchecked(&self, index: usize) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue