Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/load-cargo/Cargo.toml')
| -rw-r--r-- | crates/load-cargo/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/load-cargo/Cargo.toml b/crates/load-cargo/Cargo.toml index e9be7f43aa..fde42ef871 100644 --- a/crates/load-cargo/Cargo.toml +++ b/crates/load-cargo/Cargo.toml @@ -2,7 +2,7 @@ name = "load-cargo" version = "0.0.0" repository = "https://github.com/rust-lang/rust-analyzer" -description = "Loads a Cargo project into a static instance of analysis." +description = "Loads a Cargo project into a static instance of rust-analyzer for analysis." rust-version.workspace = true edition.workspace = true |