Remove empty trace feature. (#3732)

In `nu-parser`, this was a relic of when nom was used by the parser
and it would enable using `nom-tracable`.
This commit is contained in:
Bruce Mitchener 2021-07-06 02:21:28 +07:00 committed by GitHub
parent b8c3a10e5b
commit f603b7ef8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 4 deletions

View file

@ -113,8 +113,6 @@ extra = [
wasi = ["inc", "match", "ptree-support", "match", "tree", "rustyline-support"]
trace = ["nu-parser/trace"]
# Stable (Default)
fetch = ["nu_plugin_fetch"]
inc = ["nu_plugin_inc"]

View file

@ -28,4 +28,3 @@ nu-test-support = { version="0.33.1", path="../nu-test-support" }
[features]
stable = []
trace = []

View file

@ -15,4 +15,3 @@ futures = { version="0.3.12", features=["compat", "io-compat"] }
[features]
stable = []
trace = []