pbs-tools: fix doctest reference to moved cache modules
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
02eae829f7
commit
baff2324f3
|
@ -45,7 +45,7 @@ impl<K, V> CacheNode<K, V> {
|
||||||
///
|
///
|
||||||
/// # Examples:
|
/// # Examples:
|
||||||
/// ```
|
/// ```
|
||||||
/// # use self::proxmox_backup::tools::lru_cache::{Cacher, LruCache};
|
/// # use pbs_tools::lru_cache::{Cacher, LruCache};
|
||||||
/// # fn main() -> Result<(), anyhow::Error> {
|
/// # fn main() -> Result<(), anyhow::Error> {
|
||||||
/// struct LruCacher {};
|
/// struct LruCacher {};
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue