Remove unneeded newline.

This commit is contained in:
Corey Farwell 2018-11-13 21:34:44 -05:00 committed by GitHub
parent 52deb6b454
commit 15e7df8b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -675,7 +675,6 @@ extern "rust-intrinsic" {
///
/// The stabilized version of this intrinsic is
/// [`std::mem::size_of`](../../std/mem/fn.size_of.html).
pub fn size_of<T>() -> usize;
/// Moves a value to an uninitialized memory location.