mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
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:
parent
b8c3a10e5b
commit
f603b7ef8b
3 changed files with 0 additions and 4 deletions
|
@ -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"]
|
||||
|
|
|
@ -28,4 +28,3 @@ nu-test-support = { version="0.33.1", path="../nu-test-support" }
|
|||
|
||||
[features]
|
||||
stable = []
|
||||
trace = []
|
||||
|
|
|
@ -15,4 +15,3 @@ futures = { version="0.3.12", features=["compat", "io-compat"] }
|
|||
|
||||
[features]
|
||||
stable = []
|
||||
trace = []
|
||||
|
|
Loading…
Reference in a new issue