e44380b341
When useing `version=One` rustfmt will treat the leading `r#` as part of the `UseSegment` used for sorting. When using `version=Two` rustfmt will ignore the leading `r#` and only consider the name of the identifier when sorting the `UseSegment`.
6 lines
142 B
Rust
6 lines
142 B
Rust
// rustfmt-version:Two
|
|
|
|
use websocket::r#async::futures::Stream;
|
|
use websocket::client::ClientBuilder;
|
|
use websocket::result::WebSocketError;
|