summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/imports_raw_identifiers/version_Two.rs
blob: 22bfe93122f95aa383c9fd6dab7d4ea1f9247bcb (plain)
1
2
3
4
5
// rustfmt-version:Two

use websocket::r#async::futures::Stream;
use websocket::client::ClientBuilder;
use websocket::result::WebSocketError;