jobstate: fix doctest

This commit is contained in:
Dietmar Maurer 2020-10-28 10:52:16 +01:00
parent a20fcab060
commit d642802d8c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
//! ```no_run
//! # use anyhow::{bail, Error};
//! # use proxmox_backup::server::TaskState;
//! # use proxmox_backup::config::jobstate::*;
//! # use proxmox_backup::server::jobstate::*;
//! # fn some_code() -> TaskState { TaskState::OK { endtime: 0 } }
//! # fn code() -> Result<(), Error> {
//! // locks the correct file under /var/lib