about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2021-05-04 17:12:35 +0300
committerJonas Schievink <jonasschievink@gmail.com>2021-05-06 20:00:43 +0200
commitc4f9cb9b53314b584f6451908ce40bbd65453116 (patch)
tree9814e7bca96bc05dc628c478aaadcc0ab6f21c64
parent548e5a5c29bb0b453ef170e65d45a6673d8443f1 (diff)
downloadrust-c4f9cb9b53314b584f6451908ce40bbd65453116.tar.gz
rust-c4f9cb9b53314b584f6451908ce40bbd65453116.zip
Update crates/hir_def/src/nameres/tests/incremental.rs
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
-rw-r--r--crates/hir_def/src/nameres/tests/incremental.rs2
1 files changed, 1 insertions, 1 deletions
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