about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/hir-def
diff options
context:
space:
mode:
authorVincent Esche <regexident@gmail.com>2024-08-03 17:48:46 +0200
committerVincent Esche <regexident@gmail.com>2024-08-06 00:25:02 +0200
commit08d3d44c7d5f29912e7d8b3de8cfa5cd623f3b95 (patch)
tree5fc6ea5fd8b3da2353a70cea174547e3e478fd11 /src/tools/rust-analyzer/crates/hir-def
parentccc4177911198d1492908477af459b7adcf5972a (diff)
downloadrust-08d3d44c7d5f29912e7d8b3de8cfa5cd623f3b95.tar.gz
rust-08d3d44c7d5f29912e7d8b3de8cfa5cd623f3b95.zip
Apply Veykril's change suggestions
Diffstat (limited to 'src/tools/rust-analyzer/crates/hir-def')
-rw-r--r--src/tools/rust-analyzer/crates/hir-def/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/hir-def/Cargo.toml b/src/tools/rust-analyzer/crates/hir-def/Cargo.toml
index 9ad34fa4a84..3a5a7c3e70e 100644
--- a/src/tools/rust-analyzer/crates/hir-def/Cargo.toml
+++ b/src/tools/rust-analyzer/crates/hir-def/Cargo.toml
@@ -2,7 +2,7 @@
 name = "hir-def"
 version = "0.0.0"
 repository = "https://github.com/rust-lang/rust-analyzer"
-description = "Everything between macro expansion and type inference for rust-analyzer."
+description = "RPC Api for the `proc-macro-srv` crate of rust-analyzer."
 
 authors.workspace = true
 edition.workspace = true