diff --git a/src/Coccinelle-for-Rust.md b/src/Coccinelle-for-Rust.md index a00acaf..9e1ae2f 100644 --- a/src/Coccinelle-for-Rust.md +++ b/src/Coccinelle-for-Rust.md @@ -19,7 +19,7 @@ Changing a method call sequence in the Rust implementation: + tcx.bound_type_of(arg).subst_identity() -Merging some lifetimes in tokio: +Replace Generic Bound with Impl Trait:
@@
 identifier f, P, p;