Skip to content

Commit 5a4d526

Browse files
committed
tidy
1 parent 152a6f1 commit 5a4d526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/thread/lifecycle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ where
115115
let ptr = crate::mem::transmute::<
116116
*mut (dyn FnOnce() + Send + '_),
117117
*mut (dyn FnOnce() + Send + 'static),
118-
>(ptr);
118+
>(ptr);
119119
Box::from_raw(ptr)
120120
};
121121

0 commit comments

Comments
 (0)