Typos
This commit is contained in:
@@ -33,7 +33,7 @@ use crate::{
|
|||||||
};
|
};
|
||||||
|
|
||||||
/// `SourceAnalyzer` is a convenience wrapper which exposes HIR API in terms of
|
/// `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)]
|
#[derive(Debug)]
|
||||||
pub struct SourceAnalyzer {
|
pub struct SourceAnalyzer {
|
||||||
file_id: HirFileId,
|
file_id: HirFileId,
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ mod tests {
|
|||||||
use crate::mock_analysis::{single_file, MockAnalysis};
|
use crate::mock_analysis::{single_file, MockAnalysis};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn te3st_highlighting() {
|
fn test_highlighting() {
|
||||||
let (analysis, file_id) = single_file(
|
let (analysis, file_id) = single_file(
|
||||||
r#"
|
r#"
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
|||||||
Reference in New Issue
Block a user