mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Merge #9183
9183: Fix typo r=lnicola a=phynalle Co-authored-by: phynalle <phynalism@gmail.com>
This commit is contained in:
commit
a60978d172
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