mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 09:07:44 +00:00
remove extra bracket in docs of ResolvedToken (#46)
This commit is contained in:
parent
e7b00a603e
commit
baa0a9f2f0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ impl<L: Language, D> DerefMut for ResolvedNode<L, D> {
|
|||
/// 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<L: Language, D: 'static = ()> {
|
||||
syntax: SyntaxToken<L, D>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue