Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/base_db/Cargo.toml')
| -rw-r--r-- | crates/base_db/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/base_db/Cargo.toml b/crates/base_db/Cargo.toml index 1301d22275..b43e5efb2a 100644 --- a/crates/base_db/Cargo.toml +++ b/crates/base_db/Cargo.toml @@ -18,4 +18,3 @@ profile = { path = "../profile", version = "0.0.0" } tt = { path = "../tt", version = "0.0.0" } test_utils = { path = "../test_utils", version = "0.0.0" } vfs = { path = "../vfs", version = "0.0.0" } -stdx = { path = "../stdx", version = "0.0.0" } |