Skip to content

Commit 02ca612

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

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
@@ -159,8 +159,7 @@ pub struct WriteStrategyBuilder {
159159
flat_strategy: Option<Arc<dyn LayoutStrategy>>,
160160
probe_compressor: Option<Arc<dyn CompressorPlugin>>,
161161
/// Force list-column decomposition on, overriding the
162-
/// [`use_experimental_list_layout`](vortex_layout::layouts::table::use_experimental_list_layout)
163-
/// env-var default of off.
162+
/// [`use_experimental_list_layout`] env-var default of off.
164163
list_layout: bool,
165164
}
166165

0 commit comments

Comments
 (0)