mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-01 15:58:47 +00:00
7 lines
81 B
Rust
7 lines
81 B
Rust
use *;
|
|
use ::*;
|
|
use ::{};
|
|
use {};
|
|
use foo::*;
|
|
use foo::{};
|
|
use ::foo::{a, b, c};
|