Skip to content

Commit d0c4af0

Browse files
committed
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).
1 parent 29c1363 commit d0c4af0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ unsafe impl<'buf> Context for AllPreallocated<'buf> {
311311
/// memory that must outlive `'a`
312312
///
313313
/// # Safety
314+
///
314315
/// This trait is used internally to gate which context markers can safely
315316
/// be used with the `preallocated_gen_new` function. Do not implement it
316317
/// on your own structures.

0 commit comments

Comments
 (0)