FuelLabs/fuel-tx

Use of `_` prefix for used variables

Offen

#87 geöffnet am 01.03.2022

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (3 Forks)auto 404
good first issuehelp wanted

Repository-Metriken

Stars
 (14 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

There are a few variables that use _, which is conventionally only used for unused variables, for used variables.

https://github.com/FuelLabs/fuel-tx/pull/85#discussion_r816912092

Contributor Guide