diff options
author | Aleksey Kladov <[email protected]> | 2020-01-15 15:53:01 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-01-15 15:53:01 +0000 |
commit | aaef88db0e2602e010f78e26a80d974be12c1f71 (patch) | |
tree | 90293ca65e09e4560342ec2471ca8c8e6f7bcf8f /crates/ra_hir/src | |
parent | 5b255b4e6b879d5a04d8fac97c0acdc917e32b68 (diff) |
Typos
Diffstat (limited to 'crates/ra_hir/src')
-rw-r--r-- | crates/ra_hir/src/source_analyzer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/src/source_analyzer.rs b/crates/ra_hir/src/source_analyzer.rs index 186dd2411..4f8fc9602 100644 --- a/crates/ra_hir/src/source_analyzer.rs +++ b/crates/ra_hir/src/source_analyzer.rs | |||
@@ -33,7 +33,7 @@ use crate::{ | |||
33 | }; | 33 | }; |
34 | 34 | ||
35 | /// `SourceAnalyzer` is a convenience wrapper which exposes HIR API in terms of | 35 | /// `SourceAnalyzer` is a convenience wrapper which exposes HIR API in terms of |
36 | /// original source files. It should not be used pinside the HIR itself. | 36 | /// original source files. It should not be used inside the HIR itself. |
37 | #[derive(Debug)] | 37 | #[derive(Debug)] |
38 | pub struct SourceAnalyzer { | 38 | pub struct SourceAnalyzer { |
39 | file_id: HirFileId, | 39 | file_id: HirFileId, |