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 d7ac658 commit f58d110Copy full SHA for f58d110
src/generate/array_proxy.rs
@@ -17,6 +17,7 @@ pub struct ArrayProxy<T, const COUNT: usize, const STRIDE: usize> {
17
impl<T, const C: usize, const S: usize> ArrayProxy<T, C, S> {
18
/// Create a new ArrayProxy.
19
#[inline(always)]
20
+ #[allow(unused)]
21
pub(crate) fn new() -> Self {
22
Self {
23
_array: marker::PhantomData,
0 commit comments