mirror of https://github.com/astral-sh/ruff
re-add pr link dropped in merge
This commit is contained in:
parent
b0e879df6d
commit
6fdb35a94d
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue