Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup
unused_parens
warning for cast. (pantsbuild#5677)
The warning looked like so: ``` Compiling process_execution v0.0.1 (file:///home/jsirois/dev/pantsbuild/jsirois-pants/src/rust/engine/process_execution) warning: unnecessary parentheses around function argument --> src/nodes.rs:729:28 | 729 | externs::store_i32((item.digest.1 as i32)), | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses | = note: #[warn(unused_parens)] on by default ```
- Loading branch information