make these parameters follow idiom

This commit is contained in:
Tshepang Lekhonkhobe
2015-08-19 19:45:31 +02:00
parent aca2057ed5
commit 0eb33fb03f

View File

@@ -251,7 +251,7 @@ extern "rust-intrinsic" {
/// assert!(v == [76]); /// assert!(v == [76]);
/// ``` /// ```
#[stable(feature = "rust1", since = "1.0.0")] #[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. /// Gives the address for the return value of the enclosing function.
/// ///