diff --git a/crates/hir_def/src/nameres/tests/incremental.rs b/crates/hir_def/src/nameres/tests/incremental.rs index 747407ec7f4..227ecd162f6 100644 --- a/crates/hir_def/src/nameres/tests/incremental.rs +++ b/crates/hir_def/src/nameres/tests/incremental.rs @@ -107,7 +107,7 @@ fn typing_inside_a_macro_should_not_invalidate_def_map() { } #[test] -fn typing_inside_a_function_doe_should_not_invalidate_expansions() { +fn typing_inside_a_function_should_not_invalidate_expansions() { let (mut db, pos) = TestDB::with_position( r#" //- /lib.rs