-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix types for key-based dict/keyset sorting functions (#103)
Summary: The builtins are no longer typed as returning a generic, as they can convert a `vec` to a `dict` when keys have defined behavior in the function. Changed by D18937742 Pull Request resolved: #103 Test Plan: TravisCI Reviewed By: rodmk Differential Revision: D19027560 Pulled By: fredemmott fbshipit-source-id: d3d63ab8427046bae73ba8748170ee4a6e31f018
- Loading branch information
1 parent
94c81cd
commit e6abfde
Showing
2 changed files
with
9 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters