Fix rustdoc warnings

This commit is contained in:
Joscha 2021-12-13 21:14:37 +00:00
parent 25cb3dfe74
commit e912d6db1a
2 changed files with 2 additions and 1 deletions

View file

@ -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,