tools.rs: fix doc tests
This commit is contained in:
parent
e80503d2a6
commit
fe651dd6e5
|
@ -31,6 +31,9 @@ pub mod fs;
|
|||
///
|
||||
/// #### Example:
|
||||
/// ```
|
||||
/// # #[macro_use] extern crate proxmox_backup;
|
||||
/// # use failure::*;
|
||||
/// # let some_condition = false;
|
||||
/// let result = try_block!({
|
||||
/// if (some_condition) {
|
||||
/// bail!("some error");
|
||||
|
|
Loading…
Reference in New Issue