Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 08d3d44

Browse files
committed
Apply Veykril's change suggestions
1 parent ccc4177 commit 08d3d44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/tools/rust-analyzer/crates/hir-def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hir-def"
33
version = "0.0.0"
44
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."
66

77
authors.workspace = true
88
edition.workspace = true

src/tools/rust-analyzer/crates/proc-macro-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "proc-macro-api"
33
version = "0.0.0"
44
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."
66

77
authors.workspace = true
88
edition.workspace = true

src/tools/rust-analyzer/crates/proc-macro-srv-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "proc-macro-srv-cli"
33
version = "0.0.0"
44
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."
66

77
authors.workspace = true
88
edition.workspace = true

src/tools/rust-analyzer/crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "syntax"
33
version = "0.0.0"
44
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."
66

77
authors.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)