diff options
| author | iDawer <ilnur.iskhakov.oss@outlook.com> | 2022-06-02 23:15:55 +0500 |
|---|---|---|
| committer | iDawer <ilnur.iskhakov.oss@outlook.com> | 2022-06-02 23:15:55 +0500 |
| commit | ea8899a4455e4667eef20d46fab911e83bcddcfb (patch) | |
| tree | 2e9f9b99a9369d65c41aec1e763195762cbebd24 /src/test/codegen | |
| parent | 88024c7ec2d44a8be8bf05a6580409200cf726fc (diff) | |
| download | rust-ea8899a4455e4667eef20d46fab911e83bcddcfb.tar.gz rust-ea8899a4455e4667eef20d46fab911e83bcddcfb.zip | |
Allow merging of multiple selected imports.
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};
```
Diffstat (limited to 'src/test/codegen')
0 files changed, 0 insertions, 0 deletions
