diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2025-01-03 14:32:35 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2025-01-03 14:32:35 +0200 |
| commit | b18979f4607dc8bb35e1c5873fde75ee4ca7a6bb (patch) | |
| tree | 3e8bdf608a6f685c90eface44b40947bec022492 /src/tools | |
| parent | 1ae0258c6a215f39121becd2a6668600203239fd (diff) | |
| download | rust-b18979f4607dc8bb35e1c5873fde75ee4ca7a6bb.tar.gz rust-b18979f4607dc8bb35e1c5873fde75ee4ca7a6bb.zip | |
Add description field to edition manifest
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rust-analyzer/crates/edition/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/crates/edition/Cargo.toml b/src/tools/rust-analyzer/crates/edition/Cargo.toml index 926b1e1cd41..0a9ae101eb1 100644 --- a/src/tools/rust-analyzer/crates/edition/Cargo.toml +++ b/src/tools/rust-analyzer/crates/edition/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "edition" version = "0.0.0" +description = "Rust edition support crate for rust-analyzer." rust-version.workspace = true edition.workspace = true license.workspace = true |
