mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02: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:
@ -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 = []
|
||||
|
Reference in New Issue
Block a user