test fixups

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-07 12:14:07 +02:00
parent 4906bac10f
commit f8a74456cc
4 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ pub const PROXMOX_BACKUP_KERNEL_FN: &str =
/// This is a simply way to get the full path for configuration files.
/// #### Example:
/// ```
/// # #[macro_use] extern crate proxmox_backup;
/// use pbs_buildcfg::configdir;
/// let cert_path = configdir!("/proxy.pfx");
/// ```
#[macro_export]