Skip to content

Commit de7a3d3

Browse files
committed
Rollup merge of #27904 - tshepang:nit, r=nikomatsakis
2 parents fb06272 + 0eb33fb commit de7a3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ extern "rust-intrinsic" {
251251
/// assert_eq!(array, [82, 117, 115, 116]);
252252
/// ```
253253
#[stable(feature = "rust1", since = "1.0.0")]
254-
pub fn transmute<T,U>(e: T) -> U;
254+
pub fn transmute<T, U>(e: T) -> U;
255255

256256
/// Gives the address for the return value of the enclosing function.
257257
///

0 commit comments

Comments
 (0)