Remove comment

This commit is contained in:
Niels Andriesse 2021-04-23 10:41:24 +10:00
parent 3359899935
commit c7e673a2fc
1 changed files with 1 additions and 1 deletions

View File

@ -58,5 +58,5 @@ pub struct Opt {
/// Prints the URL format users can use to join rooms on this open group server.
#[structopt(long = "print-url")]
pub print_url: bool, // FIXME: This is just a dummy argument (the command doesn't actually need any arguments). There's probably a better way to do this.
pub print_url: bool,
}