Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_ty/Cargo.toml')
| -rw-r--r-- | crates/hir_ty/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index e44d239548..7566bf687b 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -40,4 +40,3 @@ tracing-subscriber = { version = "0.2", default-features = false, features = [ "registry", ] } tracing-tree = { version = "0.1.10" } -once_cell = { version = "1.5.0", features = ["unstable"] } |