We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa3e88 commit 435f706Copy full SHA for 435f706
crates/core_simd/src/ops.rs
@@ -122,7 +122,7 @@ macro_rules! for_base_types {
122
#[inline]
123
#[must_use = "operator returns a new vector without mutating the inputs"]
124
// TODO: only useful for int Div::div, but we hope that this
125
- // will essentially always always get inlined anyway.
+ // will essentially always get inlined anyway.
126
#[track_caller]
127
fn $call(self, rhs: Self) -> Self::Output {
128
$macro_impl!(self, rhs, $inner, $scalar)
0 commit comments