Slightly refactor inlay hints
This commit is contained in:
@@ -59,7 +59,7 @@ pub trait AstToken {
|
||||
}
|
||||
|
||||
/// An iterator over `SyntaxNode` children of a particular AST type.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct AstChildren<N> {
|
||||
inner: SyntaxNodeChildren,
|
||||
ph: PhantomData<N>,
|
||||
|
||||
Reference in New Issue
Block a user