Apply Veykril's change suggestions

This commit is contained in:
Vincent Esche 2024-08-03 17:48:46 +02:00
parent e9ee0d4166
commit f8de86b308
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -2,7 +2,7 @@
name = "proc-macro-api"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
description = "Client-side proc-macros for rust-analyzer."
description = "RPC Api for the `proc-macro-srv` crate of rust-analyzer."
authors.workspace = true
edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "proc-macro-srv-cli"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
description = "A standalone binary for `proc-macro-srv`."
description = "A standalone binary for the `proc-macro-srv` crate of rust-analyzer."
authors.workspace = true
edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "syntax"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
description = "Comment and whitespace preserving parser for the Rust language"
description = "Concrete syntax tree definitions for rust-analyzer."
authors.workspace = true
edition.workspace = true