docs: remove left over comment

This commit is contained in:
Radical 2025-05-02 16:21:44 +02:00
parent 97f7595cc5
commit 0ccfa53746

View file

@ -11,7 +11,6 @@ pub mod crypto;
type Error = Box<dyn std::error::Error>;
/// Simple program to greet a person
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
struct Args {