diff --git a/proxmox/src/tools/byte_buffer.rs b/proxmox/src/tools/byte_buffer.rs index 711f2df2..34064901 100644 --- a/proxmox/src/tools/byte_buffer.rs +++ b/proxmox/src/tools/byte_buffer.rs @@ -13,6 +13,7 @@ //! assert_eq!(data.len(), amount); //! Ok(data) //! } +//! # code(&mut &b"testdata"[..]).expect("byte buffer test failed"); //! ``` use std::cmp::min;