Fix rustdoc warnings
This commit is contained in:
parent
25cb3dfe74
commit
e912d6db1a
2 changed files with 2 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ pub struct Opt {
|
|||
|
||||
#[derive(Debug, StructOpt)]
|
||||
pub enum Command {
|
||||
#[allow(rustdoc::broken_intra_doc_links)]
|
||||
/// Shows entries in a range, or a single entry if one is specified
|
||||
/// [default]
|
||||
Show,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue