1
Fork 0
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:
dawn 2022-11-26 08:30:52 -05:00 committed by GitHub
parent e7b00a603e
commit baa0a9f2f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>,