gh-pages
MarcoIeni 3 years ago
parent 585d54c841
commit 7b9e289218

@ -177,7 +177,7 @@ and borrowed views of data.</p>
<pre><code class="language-rust ignore">use std::ops::Deref;
struct Vec&lt;T&gt; {
data: T,
data: RawVec&lt;T&gt;,
//..
}

@ -442,7 +442,7 @@ and borrowed views of data.</p>
<pre><code class="language-rust ignore">use std::ops::Deref;
struct Vec&lt;T&gt; {
data: T,
data: RawVec&lt;T&gt;,
//..
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save