We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[allow(const_err)]
1 parent ed981c0 commit 21860bfCopy full SHA for 21860bf
src/implementation/algorithm.rs
@@ -182,7 +182,6 @@ macro_rules! algorithm_simd {
182
#[cfg_attr(not(target_arch="aarch64"), target_feature(enable = $feat))]
183
#[inline]
184
#[allow(unconditional_panic)] // does not panic because len is checked
185
- #[allow(const_err)] // the same, but for Rust 1.38.0
186
unsafe fn check_block(&mut self, input: SimdInput) {
187
// WORKAROUND
188
// necessary because the for loop is not unrolled on ARM64
0 commit comments