]> git.proxmox.com Git - proxmox.git/commitdiff
proxmox-tools/src/lib.rs: fix doc test
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 5 Aug 2019 08:11:45 +0000 (10:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 5 Aug 2019 08:12:08 +0000 (10:12 +0200)
proxmox-tools/src/lib.rs

index 8ee04515ebdc578fe497b1ddbd150dc74a3cefc7..cc15f2607bcba8cab943fceec2dd930637e644ba 100644 (file)
@@ -22,7 +22,7 @@ macro_rules! offsetof {
 ///
 /// #### Example:
 /// ```
-/// # #[macro_use] extern crate proxmox_backup;
+/// # use proxmox_tools::try_block;
 /// # use failure::*;
 /// # let some_condition = false;
 /// let result = try_block!({