mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
fix(clippy): doc_lazy_continuation
(#11642)
This commit is contained in:
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
Block a user