Skip to content

Commit 8e139ff

Browse files
Changed wrong semantic patch title
1 parent 0877820 commit 8e139ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Coccinelle-for-Rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Changing a method call sequence in the Rust implementation:
1919
<span class="hljs-addition">+ tcx.bound_type_of(arg).subst_identity()</span>
2020
</code></pre>
2121

22-
Merging some lifetimes in tokio:
22+
Replace Generic Bound with Impl Trait:
2323

2424
<pre><code class="language-diff hljs"><span class="hljs-title">@@</span>
2525
<span class="hljs-keyword">identifier</span> f, P, p;

0 commit comments

Comments
 (0)