Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/cfg/Cargo.toml')
| -rw-r--r-- | crates/cfg/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml index 9e2a95dbf3..e17969bd82 100644 --- a/crates/cfg/Cargo.toml +++ b/crates/cfg/Cargo.toml @@ -18,7 +18,6 @@ tracing.workspace = true # locals deps tt = { workspace = true, optional = true } -syntax = { workspace = true, optional = true } intern.workspace = true [dev-dependencies] |