tools.rs: fix doc tests

This commit is contained in:
Dietmar Maurer 2019-02-15 11:33:51 +01:00
parent e80503d2a6
commit fe651dd6e5
1 changed files with 3 additions and 0 deletions

View File

@ -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");