From 24b3b38b5ef929f4c2697db490c87a3b4cc98c36 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 13 Feb 2021 10:44:28 +0000 Subject: resource: Remove doc comment which confuses CLI help Signed-off-by: Daniel Silverstone --- src/resource.rs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/resource.rs b/src/resource.rs index 6f2b33b..a03086c 100644 --- a/src/resource.rs +++ b/src/resource.rs @@ -10,11 +10,12 @@ use std::path::{Path, PathBuf}; use std::sync::Mutex; use structopt::StructOpt; +#[allow(missing_docs)] #[derive(Debug, StructOpt)] -/// Options which relate to resource management -/// -/// To use this, include them *flat* in your options struct, and then after -/// parsing, call the [ResourceOpts::handle()] function. +// Options which relate to resource management +// +// To use this, include them *flat* in your options struct, and then after +// parsing, call the [ResourceOpts::handle()] function. pub struct ResourceOpts { #[structopt( long, -- cgit v1.2.1