diff options
| author | Vincent Esche <regexident@gmail.com> | 2024-08-07 19:54:00 +0200 |
|---|---|---|
| committer | Vincent Esche <regexident@gmail.com> | 2024-08-07 19:58:13 +0200 |
| commit | d8bb3c80f5e81d39730692883b6e7b47c321a78f (patch) | |
| tree | f08ac8d29494e7e454ccd228b3927151051e4925 | |
| parent | 1555fd9a39c7c80c4e2ec9a44ebc4227b5487932 (diff) | |
| download | rust-d8bb3c80f5e81d39730692883b6e7b47c321a78f.tar.gz rust-d8bb3c80f5e81d39730692883b6e7b47c321a78f.zip | |
Add missing `[package.description]` for 'syntax-bridge' crate
| -rw-r--r-- | src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml b/src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml index de4aec13e24..e995ff3b55b 100644 --- a/src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml +++ b/src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "syntax-bridge" version = "0.0.0" -description = "TBD" repository.workspace = true +description = "Conversions between syntax nodes and token trees for rust-analyzer." authors.workspace = true edition.workspace = true |
