Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "unused value pp_t_param_array" in attributeResolution.ml
Summary: ``` [~/pyre/source] $ make Build info: Linux x86_64 @ Fri Oct 25 2024 (development build) HG revision: 111cc7635d25d30b198035963b7c4e9e7d067bd4 dune build install -j auto --profile dev File "analysis/attributeResolution.ml", line 77, characters 2-63: 77 | type t_param_array = t_param array [@deriving show, compare] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error (warning 32 [unused-value-declaration]): unused value pp_t_param_array. make: *** [Makefile:9: dev] Error 1 ``` Reviewed By: grievejia Differential Revision: D64984511 fbshipit-source-id: 4df8f726a5a2f2d32fbbcf4168b6c8b7608a044f
- Loading branch information