mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
prepare to publish el libro de arena
This commit is contained in:
parent
aeacaeed4e
commit
4c4e54ac8a
33 changed files with 49 additions and 42 deletions
|
@ -12,7 +12,7 @@ use std::{
|
|||
marker::PhantomData,
|
||||
};
|
||||
|
||||
use arena::{Arena, Idx};
|
||||
use la_arena::{Arena, Idx};
|
||||
use syntax::{ast, AstNode, AstPtr, SyntaxNode, SyntaxNodePtr};
|
||||
|
||||
/// `AstId` points to an AST node in a specific file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue