File tree 12 files changed +12
-12
lines changed
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
name = " base-db"
3
3
version = " 0.0.0"
4
4
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`)."
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 = " cfg"
3
3
version = " 0.0.0"
4
4
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 ."
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 = " flycheck"
3
3
version = " 0.0.0"
4
4
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."
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 = " hir"
3
3
version = " 0.0.0"
4
4
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 ."
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 = " ide-completion"
3
3
version = " 0.0.0"
4
4
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 ."
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 = " ide-db"
3
3
version = " 0.0.0"
4
4
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 ."
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 = " ide-diagnostics"
3
3
version = " 0.0.0"
4
4
repository = " https://github.com/rust-lang/rust-analyzer"
5
- description = " Diagnostics rendering and fixits."
5
+ description = " Diagnostics rendering and fixits for 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 = " ide-ssr"
3
3
version = " 0.0.0"
4
4
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 ."
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 = " intern"
3
3
version = " 0.0.0"
4
4
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 ."
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 = " limit"
3
3
version = " 0.0.0"
4
4
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 ."
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 = " load-cargo"
3
3
version = " 0.0.0"
4
4
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."
6
6
7
7
rust-version.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " paths"
3
3
version = " 0.0.0"
4
4
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 ."
6
6
7
7
authors.workspace = true
8
8
edition.workspace = true
You can’t perform that action at this time.
0 commit comments