Add newline after docs heading

As is customary add a newline between rustdoc heading and content. Done
so that the code is identical to other released code (during backport
the space was added).
This commit is contained in:
Tobin C. Harding 2022-12-06 08:26:59 +11:00
parent 29c13638dc
commit d0c4af0e26
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ unsafe impl<'buf> Context for AllPreallocated<'buf> {
/// memory that must outlive `'a` /// memory that must outlive `'a`
/// ///
/// # Safety /// # Safety
///
/// This trait is used internally to gate which context markers can safely /// This trait is used internally to gate which context markers can safely
/// be used with the `preallocated_gen_new` function. Do not implement it /// be used with the `preallocated_gen_new` function. Do not implement it
/// on your own structures. /// on your own structures.