From f9780ed5f025d0aa4248b13d9d571cf08695a5d0 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 13 Dec 2025 07:34:57 -0600 Subject: [PATCH] link to preview function Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com> --- crates/ruff_python_formatter/src/expression/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruff_python_formatter/src/expression/mod.rs b/crates/ruff_python_formatter/src/expression/mod.rs index 4185324b46..ca6599f55f 100644 --- a/crates/ruff_python_formatter/src/expression/mod.rs +++ b/crates/ruff_python_formatter/src/expression/mod.rs @@ -877,7 +877,7 @@ impl<'a> First<'a> { /// ).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. /// /// So, for example, the right-hand summand in the above expression