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:
parent
29c13638dc
commit
d0c4af0e26
|
@ -311,6 +311,7 @@ unsafe impl<'buf> Context for AllPreallocated<'buf> {
|
|||
/// memory that must outlive `'a`
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// This trait is used internally to gate which context markers can safely
|
||||
/// be used with the `preallocated_gen_new` function. Do not implement it
|
||||
/// on your own structures.
|
||||
|
|
Loading…
Reference in New Issue