address clippy & rustdoc warnings

The comment was out of date anyway, State::Live no longer takes a
snapshot_path argument.
This commit is contained in:
Mira Ressel
2023-03-16 15:38:06 +01:00
parent fc5b3f4f1c
commit faaa0c2851
4 changed files with 4 additions and 9 deletions
@@ -599,8 +599,6 @@ pub struct LiveState {
#[derive(Debug, Clone, clap::Subcommand)]
pub enum State {
/// Use a state snapshot as the source of runtime state.
///
/// This can be crated by passing a value to [`State::Live::snapshot_path`].
Snap {
#[arg(short, long)]
snapshot_path: PathBuf,