Skip to content

Commit c13980f

Browse files
authored
De-deprecate MatchingOptions.matchLevel (#390)
Removing this deprecation warning, as it's just generating noise. We may still eventually want to remove _CharacterClassModel.matchLevel along with other refactoring in the future.
1 parent c16e389 commit c13980f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/_StringProcessing/MatchingOptions.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ extension MatchingOptions {
117117

118118
// Deprecated CharacterClass.MatchLevel API
119119
extension MatchingOptions {
120-
@available(*, deprecated)
121120
var matchLevel: _CharacterClassModel.MatchLevel {
122121
switch semanticLevel {
123122
case .graphemeCluster:

0 commit comments

Comments
 (0)