diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2025-01-03 12:47:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-03 12:47:18 +0000 |
| commit | e86b24793f4763cb12efcc657cd3f23619850f28 (patch) | |
| tree | a2da7b52fa0e55b1581a800edccce6d6f6f01546 | |
| parent | 31b45b034104f58e2a5760ac28f84f844a96b99a (diff) | |
| parent | b18979f4607dc8bb35e1c5873fde75ee4ca7a6bb (diff) | |
| download | rust-e86b24793f4763cb12efcc657cd3f23619850f28.tar.gz rust-e86b24793f4763cb12efcc657cd3f23619850f28.zip | |
Merge pull request #18828 from lnicola/edition-description
minor: Add description field to edition manifest
| -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 |
