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

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