mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
Update crates/hir_def/src/nameres/tests/incremental.rs
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
parent
548e5a5c29
commit
c4f9cb9b53
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue