Skip to content

Commit 624f2ea

Browse files
committed
Unify package descriptions by adding references to "rust-analyzer"
With the lack of a README on the individually published library crates and the somewhat cryptic `ra_ap_` prefix it is hard to figure out where those crates belong to, so mentioning "rust-analyzer" feels like auseful hint there.
1 parent f8de86b commit 624f2ea

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

crates/base-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "base-db"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Basic database traits. The concrete DB is defined by `ide` (aka `ra_ap_ide`)."
5+
description = "Basic database traits for rust-analyzer. The concrete DB is defined by `ide` (aka `ra_ap_ide`)."
66

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

crates/cfg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cfg"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Conditional compiling options, `cfg` attribute parser and evaluator."
5+
description = "Conditional compiling options, `cfg` attribute parser and evaluator for rust-analyzer."
66

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

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "flycheck"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Functionality needed to run `cargo` commands in a background thread."
5+
description = "Functionality needed for rust-analyzer to run `cargo` commands in a background thread."
66

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

crates/hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hir"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "A high-level object-oriented access to Rust code."
5+
description = "A high-level object-oriented access to Rust code for rust-analyzer."
66

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

crates/ide-completion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ide-completion"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Utilities for generating completions of user input."
5+
description = "Utilities for generating completions of user input for rust-analyzer."
66

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

crates/ide-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ide-db"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Core data structure representing IDE state."
5+
description = "Core data structure representing IDE state for rust-analyzer."
66

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

crates/ide-diagnostics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ide-diagnostics"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Diagnostics rendering and fixits."
5+
description = "Diagnostics rendering and fixits for rust-analyzer."
66

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

crates/ide-ssr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ide-ssr"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Structural search and replace of Rust code."
5+
description = "Structural search and replace of Rust code for rust-analyzer."
66

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

crates/intern/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "intern"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Global `Arc`-based object interning infrastructure."
5+
description = "Global `Arc`-based object interning infrastructure for rust-analyzer."
66

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

crates/limit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "limit"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "A struct to enforce limits."
5+
description = "A struct to enforce limits for rust-analyzer."
66

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

crates/load-cargo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "load-cargo"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Loads a Cargo project into a static instance of analysis."
5+
description = "Loads a Cargo project into a static instance of rust-analyzer for analysis."
66

77
rust-version.workspace = true
88
edition.workspace = true

crates/paths/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "paths"
33
version = "0.0.0"
44
repository = "https://github.com/rust-lang/rust-analyzer"
5-
description = "Path wrappers for absolute and relative paths."
5+
description = "Path wrappers for absolute and relative paths rust-analyzer."
66

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

0 commit comments

Comments
 (0)