chore(examples): Remove some empty useless attributes

This commit is contained in:
Damir Jelić
2022-09-02 14:30:07 +02:00
parent c5e6178b70
commit faf0ce5007
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ use matrix_sdk::{
use url::Url;
#[derive(Parser, Debug)]
#[clap()]
struct Cli {
/// The homeserver to connect to.
#[clap(value_parser)]

View File

@@ -225,7 +225,6 @@ async fn sync(client: Client) -> matrix_sdk::Result<()> {
}
#[derive(Parser, Debug)]
#[clap()]
struct Cli {
/// The homeserver to connect to.
#[clap(value_parser)]