Skip to content

Commit c290835

Browse files
committed
Correct doc reference
1 parent 2f6d970 commit c290835

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ast/value.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ impl fmt::Display for DollarQuotedString {
292292

293293
/// A quote delimited string literal, e.g. `Q'_abc_'`.
294294
///
295-
/// See [Token::QuoteDelimitedStringLiteral] and/or
296-
/// [Token::NationalQuoteDelimitedStringLiteral].
295+
/// See [Value::QuoteDelimitedStringLiteral] and/or
296+
/// [Value::NationalQuoteDelimitedStringLiteral].
297297
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
298298
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
299299
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)