Skip to content

Commit

Permalink
fix(clippy): doc_lazy_continuation (#11642)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoloEdits authored Sep 7, 2024
1 parent 6d0a73f commit c5083ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-lsp-types/src/inline_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5083ef

Please sign in to comment.