Change translation of trait to a better fitting name

This commit is contained in:
Nico Thomas 2021-09-11 19:37:32 +02:00
parent a34e50973c
commit 604b3eacb5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ fn replace_ident(ident: Ident) -> Option<TokenTree> {
"unerreichbarer_code" => "unreachable_code",
"als" => "as",
"konstante" => "const",
"vereinbarung" => "trait",
"eigenschaft" => "trait",
"gefährlich" => "unsafe",
"in" => "in",
"von" => "from",