mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Typos
This commit is contained in:
parent
5b255b4e6b
commit
aaef88db0e
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ use crate::{
|
|||
};
|
||||
|
||||
/// `SourceAnalyzer` is a convenience wrapper which exposes HIR API in terms of
|
||||
/// original source files. It should not be used pinside the HIR itself.
|
||||
/// original source files. It should not be used inside the HIR itself.
|
||||
#[derive(Debug)]
|
||||
pub struct SourceAnalyzer {
|
||||
file_id: HirFileId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue