fix(clippy): doc_lazy_continuation (#11642)

This commit is contained in:
RoloEdits 2024-09-06 20:31:14 -07:00 committed by GitHub
parent 6d0a73f8e5
commit c5083ef952
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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