File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
src/tools/rust-analyzer/crates Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22name = " base-db"
33version = " 0.0.0"
44repository = " 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
77authors.workspace = true
88edition.workspace = true
Original file line number Diff line number Diff line change 22name = " cfg"
33version = " 0.0.0"
44repository = " 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
77authors.workspace = true
88edition.workspace = true
Original file line number Diff line number Diff line change 22name = " flycheck"
33version = " 0.0.0"
44repository = " 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
77authors.workspace = true
88edition.workspace = true
Original file line number Diff line number Diff line change 22name = " hir"
33version = " 0.0.0"
44repository = " 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
77authors.workspace = true
88edition.workspace = true
Original file line number Diff line number Diff line change 22name = " ide-completion"
33version = " 0.0.0"
44repository = " 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
77authors.workspace = true
88edition.workspace = true
Original file line number Diff line number Diff line change 22name = " ide-db"
33version = " 0.0.0"
44repository = " 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
77authors.workspace = true
88edition.workspace = true
Original file line number Diff line number Diff line change 22name = " ide-diagnostics"
33version = " 0.0.0"
44repository = " https://github.com/rust-lang/rust-analyzer"
5- description = " Diagnostics rendering and fixits."
5+ description = " Diagnostics rendering and fixits for rust-analyzer ."
66
77authors.workspace = true
88edition.workspace = true
Original file line number Diff line number Diff line change 22name = " ide-ssr"
33version = " 0.0.0"
44repository = " 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
77authors.workspace = true
88edition.workspace = true
Original file line number Diff line number Diff line change 22name = " intern"
33version = " 0.0.0"
44repository = " 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
77authors.workspace = true
88edition.workspace = true
Original file line number Diff line number Diff line change 22name = " limit"
33version = " 0.0.0"
44repository = " 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
77authors.workspace = true
88edition.workspace = true
You can’t perform that action at this time.
0 commit comments