summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-02-13 10:44:28 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-04-09 16:42:48 +0100
commit24b3b38b5ef929f4c2697db490c87a3b4cc98c36 (patch)
tree7d5473b45fc88adcfb9de253f5fda9a0a87c6fde
parent22719be2c3b13e4dd0463db10023d615a6bde847 (diff)
downloadsubplot-24b3b38b5ef929f4c2697db490c87a3b4cc98c36.tar.gz
resource: Remove doc comment which confuses CLI help
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--src/resource.rs9
1 files 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,