Skip to content

Commit

Permalink
Remove unneeded newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Nov 14, 2018
1 parent 52deb6b commit 15e7df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/intrinsics.rs
Expand Up @@ -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.
Expand Down

0 comments on commit 15e7df8

Please sign in to comment.