Skip to content

Commit

Permalink
make these parameters follow idiom
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Aug 19, 2015
1 parent aca2057 commit 0eb33fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/intrinsics.rs
Expand Up @@ -251,7 +251,7 @@ extern "rust-intrinsic" {
/// assert!(v == [76]);
/// ```
#[stable(feature = "rust1", since = "1.0.0")]
pub fn transmute<T,U>(e: T) -> U;
pub fn transmute<T, U>(e: T) -> U;

/// Gives the address for the return value of the enclosing function.
///
Expand Down

0 comments on commit 0eb33fb

Please sign in to comment.