-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This diff is refctoring target structs. Specifically: - And, or and Not are deprecated Instead: - Rules can be specified severla times to cover Or cases - A list of identities replaces And - Single identities can be expressed as a list of identities with a single item - Static slices now must contain a target that it applies to. Beforehand it required And Reviewed By: mitrandir77 Differential Revision: D65667107 fbshipit-source-id: a361a680b9400f51448f22986713f53bbbc952be
- Loading branch information
1 parent
7554f79
commit e56ed9b
Showing
2 changed files
with
1 addition
and
9 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