mirror of https://github.com/astral-sh/ruff
link to preview function
Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>
This commit is contained in:
parent
20579c3318
commit
f9780ed5f0
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue