pbs-tools: fix doctest reference to moved cache modules

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-20 18:53:52 +02:00
parent 02eae829f7
commit baff2324f3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ impl<K, V> CacheNode<K, V> {
///
/// # Examples:
/// ```
/// # use self::proxmox_backup::tools::lru_cache::{Cacher, LruCache};
/// # use pbs_tools::lru_cache::{Cacher, LruCache};
/// # fn main() -> Result<(), anyhow::Error> {
/// struct LruCacher {};
///