re-add pr link dropped in merge

This commit is contained in:
dylwil3 2025-12-12 17:52:28 -06:00
parent b0e879df6d
commit 6fdb35a94d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ pub(crate) const fn is_parenthesize_lambda_bodies_enabled(context: &PyFormatCont
} }
/// Returns `true` if the /// Returns `true` if the
/// [`fluent_layout_split_first_call`]() preview /// [`fluent_layout_split_first_call`](https://github.com/astral-sh/ruff/pull/21369) preview
/// style is enabled. /// style is enabled.
pub(crate) const fn is_fluent_layout_split_first_call_enabled(context: &PyFormatContext) -> bool { pub(crate) const fn is_fluent_layout_split_first_call_enabled(context: &PyFormatContext) -> bool {
context.is_preview() context.is_preview()