make these parameters follow idiom
This commit is contained in:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user