File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2012 The Rust Project Developers. See the COPYRIGHT
1
+ // Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
2
2
// file at the top-level directory of this distribution and at
3
3
// http://rust-lang.org/COPYRIGHT.
4
4
//
@@ -28,8 +28,7 @@ pub unsafe fn transmute_copy<T, U>(src: &T) -> U {
28
28
* Move a thing into the void
29
29
*
30
30
* The forget function will take ownership of the provided value but neglect
31
- * to run any required cleanup or memory-management operations on it. This
32
- * can be used for various acts of magick.
31
+ * to run any required cleanup or memory-management operations on it.
33
32
*/
34
33
#[ inline]
35
34
pub unsafe fn forget < T > ( thing : T ) { intrinsics:: forget ( thing) ; }
You can’t perform that action at this time.
0 commit comments