We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82b0b7 commit 853f1e0Copy full SHA for 853f1e0
1 file changed
vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings/patched.rs
@@ -1,8 +1,6 @@
1
// SPDX-License-Identifier: Apache-2.0
2
// SPDX-FileCopyrightText: Copyright the Vortex contributors
3
4
-#![allow(dead_code)]
5
-
6
use vortex_array::ArrayId;
7
use vortex_array::ArrayRef;
8
use vortex_array::ExecutionCtx;
@@ -16,6 +14,10 @@ use vortex_session::VortexSession;
16
14
17
15
use crate::fixtures::FlatLayoutFixture;
18
+#[expect(
+ dead_code,
19
+ reason = "This will be unused until we stabilize Patched array"
20
+)]
21
pub struct PatchedFixture;
22
23
impl FlatLayoutFixture for PatchedFixture {
0 commit comments