summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,