From baa0a9f2f0b752fc47eccf2e5edbf83f7f1edc6f Mon Sep 17 00:00:00 2001 From: dawn <78233879+dawnofmidnight@users.noreply.github.com> Date: Sat, 26 Nov 2022 08:30:52 -0500 Subject: [PATCH] remove extra bracket in docs of ResolvedToken (#46) --- src/syntax/resolved.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syntax/resolved.rs b/src/syntax/resolved.rs index 333720b..504ea4c 100644 --- a/src/syntax/resolved.rs +++ b/src/syntax/resolved.rs @@ -65,7 +65,7 @@ impl DerefMut for ResolvedNode { /// Syntax tree token that is guaranteed to belong to a tree that contains an associated /// [`Resolver`](lasso::Resolver). /// # See also -/// [`SyntaxToken`]] +/// [`SyntaxToken`] #[repr(transparent)] pub struct ResolvedToken { syntax: SyntaxToken,