fix QotW
This commit is contained in:
parent
da35cf956b
commit
775c6fea40
|
@ -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<T> Clone for T {
|
||||
fn clone(&self) -> T {
|
||||
unsafe { std::ptr::read(self) }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue