FuelLabs/fuel-tx

Use of `_` prefix for used variables

开放

#87 创建于 2022年3月1日

 (0 条评论) (1 个反应) (0 位负责人)Rust (3 个派生)auto 404
good first issuehelp wanted

仓库指标

星标
 (14 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南