This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/tools/rust-analyzer/crates Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
name = " hir-def"
3
3
version = " 0.0.0"
4
4
repository = " https://github.com/rust-lang/rust-analyzer"
5
- description = " Everything between macro expansion and type inference for rust-analyzer."
5
+ description = " RPC Api for the `proc-macro-srv` crate of rust-analyzer."
6
6
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " proc-macro-api"
3
3
version = " 0.0.0"
4
4
repository = " https://github.com/rust-lang/rust-analyzer"
5
- description = " Client-side proc-macros for rust-analyzer."
5
+ description = " RPC Api for the ` proc-macro-srv` crate of rust-analyzer."
6
6
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " proc-macro-srv-cli"
3
3
version = " 0.0.0"
4
4
repository = " https://github.com/rust-lang/rust-analyzer"
5
- description = " A standalone binary for `proc-macro-srv`."
5
+ description = " A standalone binary for the `proc-macro-srv` crate of rust-analyzer ."
6
6
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " syntax"
3
3
version = " 0.0.0"
4
4
repository = " https://github.com/rust-lang/rust-analyzer"
5
- description = " Comment and whitespace preserving parser for the Rust language "
5
+ description = " Concrete syntax tree definitions for rust-analyzer. "
6
6
7
7
authors.workspace = true
8
8
edition.workspace = true
You can’t perform that action at this time.
0 commit comments