We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77a22b commit 83c5cecCopy full SHA for 83c5cec
lrpar/src/lib/ctbuilder.rs
@@ -58,7 +58,7 @@ struct CTConflictsError<StorageT: Eq + Hash> {
58
/// and the inner value for `Some(inner_value)`.
59
///
60
/// This wrapper instead emits both `Some` and `None` variants.
61
-/// See: https://github.com/dtolnay/quote/issues/20
+/// See: [quote #20](https://github.com/dtolnay/quote/issues/20)
62
struct QuoteOption<T>(Option<T>);
63
64
impl<T: ToTokens> ToTokens for QuoteOption<T> {
0 commit comments