mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 22:54:00 +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###"
|
assert_snapshot!(map, @r###"
|
||||||
⋮crate
|
⋮crate
|
||||||
⋮foo: t
|
|
||||||
⋮prelude: t
|
⋮prelude: t
|
||||||
⋮
|
⋮
|
||||||
⋮crate::prelude
|
⋮crate::prelude
|
||||||
⋮declare_mod: m
|
⋮declare_mod: m
|
||||||
⋮
|
|
||||||
⋮crate::foo
|
|
||||||
"###);
|
"###);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue