Skip to content

Commit 15e7df8

Browse files
authored
Remove unneeded newline.
1 parent 52deb6b commit 15e7df8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/libcore/intrinsics.rs

-1
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ extern "rust-intrinsic" {
675675
///
676676
/// The stabilized version of this intrinsic is
677677
/// [`std::mem::size_of`](../../std/mem/fn.size_of.html).
678-
679678
pub fn size_of<T>() -> usize;
680679

681680
/// Moves a value to an uninitialized memory location.

0 commit comments

Comments
 (0)