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 d68895f commit a095872Copy full SHA for a095872
examples/getting_started/src/main.rs
@@ -31,7 +31,6 @@ async fn main() -> anyhow::Result<()> {
31
// var `RUST_LOG`
32
tracing_subscriber::fmt::init();
33
34
- // parse the command line for homeserver, username and password
35
// parse the command line for homeserver, username and password
36
let (Some(homeserver_url), Some(username), Some(password)) =
37
(env::args().nth(1), env::args().nth(2), env::args().nth(3))
0 commit comments