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 d06dc5c commit 4cc260eCopy full SHA for 4cc260e
crates/core_simd/src/masks.rs
@@ -202,7 +202,7 @@ where
202
/// Tests the value of the specified element.
203
///
204
/// # Safety
205
- /// `element` must be less than `self.len()`.
+ /// `index` must be less than `self.len()`.
206
#[inline]
207
#[must_use = "method returns a new bool and does not mutate the original value"]
208
pub unsafe fn test_unchecked(&self, index: usize) -> bool {
0 commit comments