mirror of https://github.com/helix-editor/helix
fix(clippy): `doc_lazy_continuation` (#11642)
parent
6d0a73f8e5
commit
c5083ef952
|
@ -132,6 +132,7 @@ pub struct InlineValueEvaluatableExpression {
|
|||
/// - directly as a text value (class InlineValueText).
|
||||
/// - as a name to use for a variable lookup (class InlineValueVariableLookup)
|
||||
/// - as an evaluatable expression (class InlineValueEvaluatableExpression)
|
||||
///
|
||||
/// The InlineValue types combines all inline value types into one type.
|
||||
///
|
||||
/// @since 3.17.0
|
||||
|
|
Loading…
Reference in New Issue