From e254aeb48aecd3666edcd6adf3d4598793f1998b Mon Sep 17 00:00:00 2001 From: Hocuri Date: Tue, 28 Apr 2026 15:47:56 +0200 Subject: [PATCH] Drop last paragraph --- STYLE.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/STYLE.md b/STYLE.md index 2f814ae58..98ff96e36 100644 --- a/STYLE.md +++ b/STYLE.md @@ -174,7 +174,3 @@ Calling `into()`, `try_into()` or `parse()` creates an indirection, which is hard to follow for people who are not familiar with Rust, or who are not using rust-analyzer. - -A notable exception is the Json-RPC API bindings, -where the API types have `From` implementatons to and from the core types. -Here, it is assumed to be clear enough which code is called.