mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Apply Veykril's change suggestions
This commit is contained in:
parent
e9ee0d4166
commit
f8de86b308
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue