about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Esche <regexident@gmail.com>2024-08-07 19:54:00 +0200
committerVincent Esche <regexident@gmail.com>2024-08-07 19:58:13 +0200
commitd8bb3c80f5e81d39730692883b6e7b47c321a78f (patch)
treef08ac8d29494e7e454ccd228b3927151051e4925
parent1555fd9a39c7c80c4e2ec9a44ebc4227b5487932 (diff)
downloadrust-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.toml2
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