From 604b3eacb5b6caa75974942ddfb2f278109e7241 Mon Sep 17 00:00:00 2001 From: Nico Thomas Date: Sat, 11 Sep 2021 19:37:32 +0200 Subject: [PATCH] Change translation of trait to a better fitting name --- rost_proc_macro/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rost_proc_macro/src/lib.rs b/rost_proc_macro/src/lib.rs index 669c736..a1e4516 100644 --- a/rost_proc_macro/src/lib.rs +++ b/rost_proc_macro/src/lib.rs @@ -25,7 +25,7 @@ fn replace_ident(ident: Ident) -> Option { "unerreichbarer_code" => "unreachable_code", "als" => "as", "konstante" => "const", - "vereinbarung" => "trait", + "eigenschaft" => "trait", "gefährlich" => "unsafe", "in" => "in", "von" => "from",