From c5083ef952cb30a62b2fc71d4079edef3b1a54bd Mon Sep 17 00:00:00 2001 From: RoloEdits Date: Fri, 6 Sep 2024 20:31:14 -0700 Subject: [PATCH] fix(clippy): `doc_lazy_continuation` (#11642) --- helix-lsp-types/src/inline_value.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/helix-lsp-types/src/inline_value.rs b/helix-lsp-types/src/inline_value.rs index dd29fbbf9..73e98d45f 100644 --- a/helix-lsp-types/src/inline_value.rs +++ b/helix-lsp-types/src/inline_value.rs @@ -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