Update formatter to rustfmt 2.0
commit916c7872e011e2eef1e907b0be38bc9eb813e804
authorDavid Tolnay <dtolnay@fb.com>
Wed, 9 Sep 2020 14:50:14 +0000 (9 07:50 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 9 Sep 2020 14:52:59 +0000 (9 07:52 -0700)
treec4d5a62e12e176456ddadf27e9bdd7059435cd24
parent1ae01380e1077bcafa7a80d67118a7aacb3a5eb2
Update formatter to rustfmt 2.0

Reviewed By: zertosh

Differential Revision: D23591042

fbshipit-source-id: 2b11fef3fd44769db4b4aa8390afaefdd1885aaf
25 files changed:
hphp/hack/src/decl/direct_decl_smart_constructors.rs
hphp/hack/src/hh_compile.rs
hphp/hack/src/hhbc/emit_attribute.rs
hphp/hack/src/hhbc/emit_class.rs
hphp/hack/src/hhbc/emit_constant.rs
hphp/hack/src/hhbc/emit_expression.rs
hphp/hack/src/hhbc/emit_memoize_function.rs
hphp/hack/src/hhbc/emit_memoize_method.rs
hphp/hack/src/hhbc/emit_program.rs
hphp/hack/src/hhbc/emit_statement.rs
hphp/hack/src/hhbc/emit_symbol_refs.rs
hphp/hack/src/hhbc/label_rewriter.rs
hphp/hack/src/hhbc/options.rs
hphp/hack/src/hhbc/print.rs
hphp/hack/src/hhbc/string_utils.rs
hphp/hack/src/hhbc/write.rs
hphp/hack/src/ocamlrep/rc.rs
hphp/hack/src/ocamlrep/slab.rs
hphp/hack/src/ocamlrep_ocamlpool/lib.rs
hphp/hack/src/parser/core/expression_parser.rs
hphp/hack/src/parser/core/lexer.rs
hphp/hack/src/parser/lowerer/lowerer.rs
hphp/hack/src/parser/rust_parser_errors.rs
hphp/hack/src/utils/escaper.rs
hphp/hack/src/utils/stack_limit/retry.rs