From 99382eb80d6924d6c5c1c6966f28d81bdfb392cc Mon Sep 17 00:00:00 2001 From: anderejd Date: Thu, 19 Jul 2018 13:25:29 +0200 Subject: [PATCH] Updated the structopt description. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index a0798403..04b6c10b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -250,7 +250,7 @@ enum Opts { setting = "AppSettings::DontCollapseArgsInUsage" ) )] - /// Display a tree visualization of a dependency graph + /// Detects usage of unsafe Rust in a Rust crate and its dependencies. Geiger(Args), }