-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce Quality::Unknown variant (#3206)
# Description Sparked by this [discussion](#3205 (comment)) I think that using `Option<Quality>` is a bit implicit. # Changes I adjusted the bad token detection code to use `Quality::Unknown` where possible to make it more explicit what the strategy thinks about a token. This makes some of the code more verbose so I'm not super sold on this change yet. Let me know if you think this improves things.
- Loading branch information
1 parent
3ca92b7
commit 50eb0a0
Showing
4 changed files
with
80 additions
and
70 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
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