This commit is contained in:
Aleksey Kladov 2020-01-15 16:53:01 +01:00
parent 5b255b4e6b
commit aaef88db0e
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -317,7 +317,7 @@ mod tests {
use crate::mock_analysis::{single_file, MockAnalysis};
#[test]
fn te3st_highlighting() {
fn test_highlighting() {
let (analysis, file_id) = single_file(
r#"
#[derive(Clone, Debug)]