From 626097c24a2c8f1b473d21762b32ebe3cb241736 Mon Sep 17 00:00:00 2001 From: Matthieu LAURENT Date: Mon, 12 Feb 2024 13:55:08 +0100 Subject: [PATCH] Remove placeholder doc comment --- src/cli.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 253059c..fc17023 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -4,7 +4,6 @@ use crate::config::BirthdayDate; use chrono_tz::Tz; use clap::{Parser, Subcommand}; -/// Simple program to greet a person #[derive(Parser, Debug)] #[command(author, version, about, long_about = None)] pub struct Cli {