mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Cleanup Completions
api a bit
This commit is contained in:
parent
70650897d8
commit
7267749f6b
9 changed files with 70 additions and 77 deletions
|
@ -40,6 +40,7 @@ pub(in $0)
|
|||
|
||||
#[test]
|
||||
fn qualified() {
|
||||
cov_mark::check!(visibility_qualified);
|
||||
check(
|
||||
r#"
|
||||
mod foo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue