mirror of
https://github.com/rust-unofficial/patterns
synced 2024-11-12 07:10:30 +00:00
deploy: 7e9616978f
This commit is contained in:
parent
e62c72643f
commit
e7ab331dfc
@ -387,7 +387,7 @@ concept, and a slightly different technique. <sup class="footnote-reference"><a
|
||||
<p>See: <a href="https://doc.rust-lang.org/stable/src/alloc/collections/binary_heap.rs.html#1345-1354">impl<T> From<Vec<T, Global>> for BinaryHeap<T></a></p>
|
||||
</div>
|
||||
<div class="footnote-definition" id="3"><sup class="footnote-definition-label">3</sup>
|
||||
<p>See: <a href="https://doc.rust-lang.org/stable/src/alloc/string.rs.html#2235-2240">impl<'<em>> ToString for Cow<'</em>, str></a></p>
|
||||
<p>See: <a href="https://doc.rust-lang.org/stable/src/alloc/string.rs.html#2235-2240">impl<'_> ToString for Cow<'_, str></a></p>
|
||||
</div>
|
||||
<div class="footnote-definition" id="4"><sup class="footnote-definition-label">4</sup>
|
||||
<p>Example:
|
||||
|
@ -3514,7 +3514,7 @@ concept, and a slightly different technique. <sup class="footnote-reference"><a
|
||||
<p>See: <a href="https://doc.rust-lang.org/stable/src/alloc/collections/binary_heap.rs.html#1345-1354">impl<T> From<Vec<T, Global>> for BinaryHeap<T></a></p>
|
||||
</div>
|
||||
<div class="footnote-definition" id="3"><sup class="footnote-definition-label">3</sup>
|
||||
<p>See: <a href="https://doc.rust-lang.org/stable/src/alloc/string.rs.html#2235-2240">impl<'<em>> ToString for Cow<'</em>, str></a></p>
|
||||
<p>See: <a href="https://doc.rust-lang.org/stable/src/alloc/string.rs.html#2235-2240">impl<'_> ToString for Cow<'_, str></a></p>
|
||||
</div>
|
||||
<div class="footnote-definition" id="4"><sup class="footnote-definition-label">4</sup>
|
||||
<p>Example:
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user