We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e9a43 commit 5c99f93Copy full SHA for 5c99f93
runtime/rust/src/main.rs
@@ -1,5 +1,5 @@
1
use regex::Regex;
2
-use tungstenite::{connect, Message};
+use tungstenite::{Message, connect};
3
4
fn main() {
5
println!("Hello, world!");
0 commit comments