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