Skip to content

Commit b2d8040

Browse files
committed
Fix tidy error
1 parent 0829d0c commit b2d8040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libcore/mem.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,8 @@ pub unsafe fn zeroed<T>() -> T {
614614
/// }
615615
/// }
616616
/// // Forget the data. If this is allowed to drop, you may see a crash such as:
617-
/// // 'mem_uninit_test(2457,0x7fffb55dd380) malloc: *** error for object 0x7ff3b8402920: pointer being freed was not allocated'
617+
/// // 'mem_uninit_test(2457,0x7fffb55dd380) malloc: *** error for object
618+
/// // 0x7ff3b8402920: pointer being freed was not allocated'
618619
/// mem::forget(data);
619620
/// ```
620621
///

0 commit comments

Comments
 (0)