From c4f9cb9b53314b584f6451908ce40bbd65453116 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 4 May 2021 17:12:35 +0300 Subject: Update crates/hir_def/src/nameres/tests/incremental.rs Co-authored-by: Jonas Schievink --- crates/hir_def/src/nameres/tests/incremental.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_def/src/nameres/tests/incremental.rs') diff --git a/crates/hir_def/src/nameres/tests/incremental.rs b/crates/hir_def/src/nameres/tests/incremental.rs index 747407ec7..227ecd162 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 -- cgit v1.2.3