diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-05-04 17:12:35 +0300 |
|---|---|---|
| committer | Jonas Schievink <jonasschievink@gmail.com> | 2021-05-06 20:00:43 +0200 |
| commit | c4f9cb9b53314b584f6451908ce40bbd65453116 (patch) | |
| tree | 9814e7bca96bc05dc628c478aaadcc0ab6f21c64 | |
| parent | 548e5a5c29bb0b453ef170e65d45a6673d8443f1 (diff) | |
| download | rust-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.rs | 2 |
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 |
