mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 17:17:45 +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
|
/// Syntax tree token that is guaranteed to belong to a tree that contains an associated
|
||||||
/// [`Resolver`](lasso::Resolver).
|
/// [`Resolver`](lasso::Resolver).
|
||||||
/// # See also
|
/// # See also
|
||||||
/// [`SyntaxToken`]]
|
/// [`SyntaxToken`]
|
||||||
#[repr(transparent)]
|
#[repr(transparent)]
|
||||||
pub struct ResolvedToken<L: Language, D: 'static = ()> {
|
pub struct ResolvedToken<L: Language, D: 'static = ()> {
|
||||||
syntax: SyntaxToken<L, D>,
|
syntax: SyntaxToken<L, D>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue