Skip to content

Commit 853f1e0

Browse files
committed
fix
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent a82b0b7 commit 853f1e0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings

vortex-test/compat-gen/src/fixtures/arrays/synthetic/encodings/patched.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

4-
#![allow(dead_code)]
5-
64
use vortex_array::ArrayId;
75
use vortex_array::ArrayRef;
86
use vortex_array::ExecutionCtx;
@@ -16,6 +14,10 @@ use vortex_session::VortexSession;
1614

1715
use crate::fixtures::FlatLayoutFixture;
1816

17+
#[expect(
18+
dead_code,
19+
reason = "This will be unused until we stabilize Patched array"
20+
)]
1921
pub struct PatchedFixture;
2022

2123
impl FlatLayoutFixture for PatchedFixture {

0 commit comments

Comments
 (0)