-
Notifications
You must be signed in to change notification settings - Fork 39
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 adds the Display trait to the Enum type in the hostcaps crate. Useful in code pattern like this ``` other_env => Err(anyhow!("{} not supported", other_env)), ``` Reviewed By: mrkmndz Differential Revision: D63728571 fbshipit-source-id: fbd4f9a7b90ef237c5fb8167dddd36965a4be6eb
- Loading branch information
1 parent
d130075
commit b56255c
Showing
3 changed files
with
4 additions
and
0 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