We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b255b4 commit aaef88dCopy full SHA for aaef88d
crates/ra_hir/src/source_analyzer.rs
@@ -33,7 +33,7 @@ use crate::{
33
};
34
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.
+/// original source files. It should not be used inside the HIR itself.
37
#[derive(Debug)]
38
pub struct SourceAnalyzer {
39
file_id: HirFileId,
crates/ra_ide/src/syntax_highlighting.rs
@@ -317,7 +317,7 @@ mod tests {
317
use crate::mock_analysis::{single_file, MockAnalysis};
318
319
#[test]
320
- fn te3st_highlighting() {
+ fn test_highlighting() {
321
let (analysis, file_id) = single_file(
322
r#"
323
#[derive(Clone, Debug)]
0 commit comments