diff options
Diffstat (limited to 'std/mem.zc')
| -rw-r--r-- | std/mem.zc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ trait Drop { trait Copy {} trait Clone { - // fn clone(self) -> Self; + fn clone(self) -> Self; } struct Box<T> { |
