This commit is contained in:
Alex Burka 2017-06-21 17:28:55 -04:00 committed by GitHub
parent da35cf956b
commit 775c6fea40
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ it mentioned here. Email the [Rust Community Team][community] for access.
# Quote of the Week
<pre>impl<T> Clone for T {
<pre>impl&lt;T&gt; Clone for T {
fn clone(&self) -> T {
unsafe { std::ptr::read(self) }
}