Skip to content

Commit 21860bf

Browse files
committed
remove unnecessary(?) #[allow(const_err)]
1 parent ed981c0 commit 21860bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/implementation/algorithm.rs

-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ macro_rules! algorithm_simd {
182182
#[cfg_attr(not(target_arch="aarch64"), target_feature(enable = $feat))]
183183
#[inline]
184184
#[allow(unconditional_panic)] // does not panic because len is checked
185-
#[allow(const_err)] // the same, but for Rust 1.38.0
186185
unsafe fn check_block(&mut self, input: SimdInput) {
187186
// WORKAROUND
188187
// necessary because the for loop is not unrolled on ARM64

0 commit comments

Comments
 (0)