mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-24 12:03:31 +00:00
Fix typo
This commit is contained in:
parent
590472607c
commit
e8a5fb434d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ impl TokenExpander {
|
|||
pub trait AstDatabase: SourceDatabase {
|
||||
fn ast_id_map(&self, file_id: HirFileId) -> Arc<AstIdMap>;
|
||||
|
||||
/// Main public API -- parsis a hir file, not caring whether it's a real
|
||||
/// Main public API -- parses a hir file, not caring whether it's a real
|
||||
/// file or a macro expansion.
|
||||
#[salsa::transparent]
|
||||
fn parse_or_expand(&self, file_id: HirFileId) -> Option<SyntaxNode>;
|
||||
|
|
Loading…
Reference in a new issue