Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #22866 from ada4a/push-myzupxxuwyvk
fix `hir-def` crate description
| -rw-r--r-- | crates/hir-def/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml index 038ddecdb5..b5e5196950 100644 --- a/crates/hir-def/Cargo.toml +++ b/crates/hir-def/Cargo.toml @@ -2,7 +2,7 @@ name = "hir-def" version = "0.0.0" repository.workspace = true -description = "RPC Api for the `proc-macro-srv` crate of rust-analyzer." +description = "Early name and import resolution for rust-analyzer." authors.workspace = true edition.workspace = true |