summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/imports_raw_identifiers/version_One.rs
blob: bc4b5b135696a9791f8e1cef8b4853496e55f008 (plain)
1
2
3
4
5
// rustfmt-version:One

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