mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 14:43:58 +00:00
Fix test
This commit is contained in:
parent
92c07803cc
commit
9ed21d65fb
1 changed files with 0 additions and 3 deletions
|
@ -268,13 +268,10 @@ fn prelude_cycle() {
|
|||
);
|
||||
assert_snapshot!(map, @r###"
|
||||
⋮crate
|
||||
⋮foo: t
|
||||
⋮prelude: t
|
||||
⋮
|
||||
⋮crate::prelude
|
||||
⋮declare_mod: m
|
||||
⋮
|
||||
⋮crate::foo
|
||||
"###);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue