]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/imports_raw_identifiers/version_One.rs
Rollup merge of #98387 - NobodyXu:feature/std_io_Error_try_downgrade_inner, r=yaahc
[rust.git] / src / tools / rustfmt / tests / source / imports_raw_identifiers / version_One.rs
1 // rustfmt-version:One
2
3 use websocket::client::ClientBuilder;
4 use websocket::r#async::futures::Stream;
5 use websocket::result::WebSocketError;