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",