-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Annotate generated thrift structs with rust.Ord
Summary: We're now generating `set<>` types in thrift. In rust, these are translated to sets which use ordering, so all predicates need to implement the `Ord` trait. Reviewed By: donsbot Differential Revision: D65270915 fbshipit-source-id: 6fda2c97a00ba7d0a6d803cca83f84a3a3a79f45
- Loading branch information
1 parent
c6e3dae
commit d24cbf7
Showing
3 changed files
with
11 additions
and
3 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
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