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
3 changed files with 0 additions and 4 deletions

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 = []