mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 03:55:42 -04:00
chore(examples): Remove some empty useless attributes
This commit is contained in:
@@ -7,7 +7,6 @@ use matrix_sdk::{
|
||||
use url::Url;
|
||||
|
||||
#[derive(Parser, Debug)]
|
||||
#[clap()]
|
||||
struct Cli {
|
||||
/// The homeserver to connect to.
|
||||
#[clap(value_parser)]
|
||||
|
||||
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user