From 0ccfa537468e56017194d27ea38995d1b7bfdba1 Mon Sep 17 00:00:00 2001 From: Radiicall Date: Fri, 2 May 2025 16:21:44 +0200 Subject: [PATCH] docs: remove left over comment --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 0bf1ce0..4c909b1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,7 +11,6 @@ pub mod crypto; type Error = Box; -/// Simple program to greet a person #[derive(Parser, Debug)] #[command(version, about, long_about = None)] struct Args {