We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0877820 + 8e139ff commit a0cca6aCopy full SHA for a0cca6a
src/Coccinelle-for-Rust.md
@@ -19,7 +19,7 @@ Changing a method call sequence in the Rust implementation:
19
<span class="hljs-addition">+ tcx.bound_type_of(arg).subst_identity()</span>
20
</code></pre>
21
22
-Merging some lifetimes in tokio:
+Replace Generic Bound with Impl Trait:
23
24
<pre><code class="language-diff hljs"><span class="hljs-title">@@</span>
25
<span class="hljs-keyword">identifier</span> f, P, p;
0 commit comments