Skip to content

Commit

Permalink
mise en applique des suggestions faites sur ma fusio-demande
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinFillon committed Nov 4, 2024
1 parent 9b0f9bb commit 17fcf60
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions rouille_proc_macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,13 @@ rouille_compilogenese::rouille! {
"octets" => "bytes",
"chaîne" => "str",
"lire_exactement" => "read_exact",
"lire_jusqu'à" => "read_until",
"sépare" => "split",
"en_tant_que" => "as",
"Entier" => "Integer",
"ensuite" => "then",
"ensuite_quelque" => "then_some",
"déballer_ou" => "unwrap_or",
"déballer_ou_avec" => "unwrap_or_else",
"en" => "into",
"depuis_chaîne" => "from_str",
"Depuis" => "From",
"bien" => "ok",
Expand All @@ -128,9 +126,9 @@ rouille_compilogenese::rouille! {
"compter" => "count",
"trouve" => "find",
"trouve_en_appliquant" => "find_map",
"tous" => "all",
"certains" => "any",
"récuperer" => "collect",
"tous" | "toutes" => "all",
"certains" | "certaines" => "any",
"récupérer" => "collect",
"copié" => "copied",
"cloné" => "cloned",
"Copiable" => "Copy",
Expand Down

0 comments on commit 17fcf60

Please sign in to comment.