Merge pull request #942 from BurNiinTRee/master

removed the requirement on the 'regex' feature for the match plugin
This commit is contained in:
Jonathan Turner 2019-11-08 09:11:36 -08:00 committed by GitHub
commit 41212c1ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,6 @@ path = "src/plugins/skip.rs"
[[bin]]
name = "nu_plugin_match"
path = "src/plugins/match.rs"
required-features = ["regex"]
[[bin]]
name = "nu_plugin_sys"