fix lint in parser
commitefea2c4dcc12fdbf3a2e3ce383bbdca2de5f93a9
authorEdwin Smith <smith@fb.com>
Wed, 2 Feb 2022 11:54:17 +0000 (2 03:54 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 2 Feb 2022 11:55:46 +0000 (2 03:55 -0800)
treefe0caf8decb5816dcdca218c103e2ee5b2194d46
parent6e17ca624c6cb37f2f5d9c4a5d0798b84a439645
fix lint in parser

Summary:
This fixes lint in the parser files touched by D33768478 (https://github.com/facebook/hhvm/commit/7dbfebe6b8ef4210c289f67191b9f7d6bb15d3e0), where the linter job was failing
for some reason. Almost all of it was automatically generated by clippy (arc lint)

Reviewed By: Wilfred

Differential Revision: D33847608

fbshipit-source-id: 7207bf9189cb040bc780a93b9d1e727969f8099b
hphp/hack/src/parser/aast_check.rs
hphp/hack/src/parser/coeffects_check.rs
hphp/hack/src/parser/lowerer/lowerer.rs