mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
fix(clippy): doc_lazy_continuation
(#11642)
This commit is contained in:
parent
6d0a73f8e5
commit
c5083ef952
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ pub struct InlineValueEvaluatableExpression {
|
||||||
/// - directly as a text value (class InlineValueText).
|
/// - directly as a text value (class InlineValueText).
|
||||||
/// - as a name to use for a variable lookup (class InlineValueVariableLookup)
|
/// - as a name to use for a variable lookup (class InlineValueVariableLookup)
|
||||||
/// - as an evaluatable expression (class InlineValueEvaluatableExpression)
|
/// - as an evaluatable expression (class InlineValueEvaluatableExpression)
|
||||||
|
///
|
||||||
/// The InlineValue types combines all inline value types into one type.
|
/// The InlineValue types combines all inline value types into one type.
|
||||||
///
|
///
|
||||||
/// @since 3.17.0
|
/// @since 3.17.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue