link to preview function

Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>
This commit is contained in:
Dylan 2025-12-13 07:34:57 -06:00 committed by dylwil3
parent 20579c3318
commit f9780ed5f0
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ impl<'a> First<'a> {
/// ).all() /// ).all()
/// ``` /// ```
/// ///
/// In `preview`, we also track the position of the leftmost call or /// In [`preview`](crate::preview::is_fluent_layout_split_first_call_enabled), we also track the position of the leftmost call or
/// subscript on an attribute in the chain and break just before the dot. /// subscript on an attribute in the chain and break just before the dot.
/// ///
/// So, for example, the right-hand summand in the above expression /// So, for example, the right-hand summand in the above expression