mirror of https://github.com/astral-sh/ruff
add links to preview.rs
This commit is contained in:
parent
295f5a58f2
commit
4a1054c5f7
|
|
@ -68,7 +68,7 @@ pub(crate) const fn is_fluent_layout_split_first_call_enabled(context: &PyFormat
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns `true` if the
|
/// Returns `true` if the
|
||||||
/// [`fluent_layout_more_often`]() preview
|
/// [`fluent_layout_more_often`](https://github.com/astral-sh/ruff/pull/21369) preview
|
||||||
/// style is enabled.
|
/// style is enabled.
|
||||||
pub(crate) const fn is_fluent_layout_more_often_enabled(context: &PyFormatContext) -> bool {
|
pub(crate) const fn is_fluent_layout_more_often_enabled(context: &PyFormatContext) -> bool {
|
||||||
context.is_preview()
|
context.is_preview()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue