This commit is contained in:
kleines Filmröllchen 2021-09-15 12:43:23 +00:00 committed by GitHub
commit 4b3cfb9d16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ fn replace_ident(ident: Ident) -> Option<TokenTree> {
"modul" => "mod",
"änd" => "mut",
"neu" => "new",
"who" => "where",
"wo" => "where",
"für" => "for",
"hole_oder_füge_ein_mit" => "get_or_insert_with",
"einstieg" => "main",