-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
E-easyE-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedgood first issue
Description
Hey, I think I found a bug using merge imports.
Example:
use hyper::service::make_service_fn;
use hyper::{
StatusCode,
};
Merge imports on line 2.
use hyper::{
StatusCode,
, service::make_service_fn};
There should only be one comma.
Correct behaviour on Merge imports on line 1 though.
vscode rust-analyzer version 0.2.108
Metadata
Metadata
Assignees
Labels
E-easyE-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedgood first issue