Str flags no longer supported.

This commit is contained in:
Andrés N. Robalino 2019-09-14 14:50:26 -05:00 committed by GitHub
parent 17d2a27350
commit dc4421c07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,8 +127,6 @@ impl Plugin for Str {
.switch("downcase")
.switch("upcase")
.switch("to-int")
.switch("replace")
.switch("find-replace")
.rest(SyntaxShape::Member)
.filter())
}