Skip to content

Commit 156a44e

Browse files
committed
fix: drop redundant explicit rustdoc link target
Signed-off-by: Matt Katz <mhkatz97@gmail.com>
1 parent a0f96a5 commit 156a44e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vortex-file/src/strategy.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ pub struct WriteStrategyBuilder {
158158
allow_encodings: Option<HashSet<ArrayId>>,
159159
flat_strategy: Option<Arc<dyn LayoutStrategy>>,
160160
/// Force list-column decomposition on, overriding the
161-
/// [`use_experimental_list_layout`](vortex_layout::layouts::table::use_experimental_list_layout)
162-
/// env-var default of off.
161+
/// [`use_experimental_list_layout`] env-var default of off.
163162
list_layout: bool,
164163
}
165164

0 commit comments

Comments
 (0)