From 8e139ffc1de5d5524469fd78a7b482f4150888ae Mon Sep 17 00:00:00 2001 From: Tathagata Roy Date: Mon, 27 Nov 2023 19:11:58 +0530 Subject: [PATCH] Changed wrong semantic patch title --- src/Coccinelle-for-Rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;