-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Group the
Binding.*
impls consistently
Summary: Regroup the `Binding.*` code so that the impls come right after the type definitions. My motivation here is partly readability, but mostly that it makes edits easy: whenever we modify a `Binding` or add a new kind of `Binding`, we typically need to update or provide all these impls. Keeping them together will make that easier. Reviewed By: ndmitchell, grievejia Differential Revision: D66477499 fbshipit-source-id: 8a54c117a67a2474f3db24d99bc126356f72a556
- Loading branch information
1 parent
986a3e9
commit 51823f9
Showing
1 changed file
with
92 additions
and
92 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