diff --git a/src/containers/fixed_capacity/vec.rs b/src/containers/fixed_capacity/vec.rs index d77a9d00..223281de 100644 --- a/src/containers/fixed_capacity/vec.rs +++ b/src/containers/fixed_capacity/vec.rs @@ -25,6 +25,7 @@ pub struct FixedCapacityVec { inner: GenericVec>, } +/// # req-Id: comp_req__containers_rust__fixed_vector impl FixedCapacityVec { /// Creates an empty vector and allocates memory for up to `capacity` elements, where `capacity <= u32::MAX`. ///