mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-10 11:10:16 +00:00
The selected imports have to have a common prefix in paths.
Before
```rust
$0use std::fmt::Display;
use std::fmt::Debug;$0
```
After
```rust
use std::fmt::{Display, Debug};
```
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||