diff options
| author | Vincent Esche <regexident@gmail.com> | 2024-08-03 17:40:12 +0200 |
|---|---|---|
| committer | Vincent Esche <regexident@gmail.com> | 2024-08-06 00:25:02 +0200 |
| commit | ccc4177911198d1492908477af459b7adcf5972a (patch) | |
| tree | 8e0fcabab684324cb26d2b2850e110a3cf6c2659 | |
| parent | 54e68e6adfb5bae1d8b887621dee284005ab61f6 (diff) | |
| download | rust-ccc4177911198d1492908477af459b7adcf5972a.tar.gz rust-ccc4177911198d1492908477af459b7adcf5972a.zip | |
Replace "`ra_ap_ide`" with "`ide` (aka `ra_ap_ide`)"
| -rw-r--r-- | src/tools/rust-analyzer/crates/base-db/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/base-db/Cargo.toml b/src/tools/rust-analyzer/crates/base-db/Cargo.toml index b949de8dc33..8e3f38590cd 100644 --- a/src/tools/rust-analyzer/crates/base-db/Cargo.toml +++ b/src/tools/rust-analyzer/crates/base-db/Cargo.toml @@ -2,7 +2,7 @@ name = "base-db" version = "0.0.0" repository = "https://github.com/rust-lang/rust-analyzer" -description = "Basic database traits. The concrete DB is defined by `ra_ap_ide`." +description = "Basic database traits. The concrete DB is defined by `ide` (aka `ra_ap_ide`)." authors.workspace = true edition.workspace = true |
