FuelLabs/fuel-tx

Use of `_` prefix for used variables

Open

#87 opened on Mar 1, 2022

 (0 comments) (1 reaction) (0 assignees)Rust (3 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (PR metrics pending)

Description

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