Skip to content

Commit 83c5cec

Browse files
committed
Fix clippy/rustdoc in lrpar
1 parent f77a22b commit 83c5cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lrpar/src/lib/ctbuilder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct CTConflictsError<StorageT: Eq + Hash> {
5858
/// and the inner value for `Some(inner_value)`.
5959
///
6060
/// This wrapper instead emits both `Some` and `None` variants.
61-
/// See: https://github.com/dtolnay/quote/issues/20
61+
/// See: [quote #20](https://github.com/dtolnay/quote/issues/20)
6262
struct QuoteOption<T>(Option<T>);
6363

6464
impl<T: ToTokens> ToTokens for QuoteOption<T> {

0 commit comments

Comments
 (0)