about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/tt
diff options
context:
space:
mode:
authorVincent Esche <regexident@gmail.com>2024-07-30 14:10:08 +0200
committerVincent Esche <regexident@gmail.com>2024-08-06 00:25:02 +0200
commit88ea306270e6f4fcb21f48329779d7c47aa1794e (patch)
tree9058ea119c1998913160eb6afe14e5f7397a125a /src/tools/rust-analyzer/crates/tt
parent37f75693a1eb46b8910c4055416b8636ae9df60a (diff)
downloadrust-88ea306270e6f4fcb21f48329779d7c47aa1794e.tar.gz
rust-88ea306270e6f4fcb21f48329779d7c47aa1794e.zip
Replace `"TBD"` with more helpful desciptions in published crates' `[package.description]` fields
Diffstat (limited to 'src/tools/rust-analyzer/crates/tt')
-rw-r--r--src/tools/rust-analyzer/crates/tt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/tt/Cargo.toml b/src/tools/rust-analyzer/crates/tt/Cargo.toml
index cea1519c2dd..280d052f8e8 100644
--- a/src/tools/rust-analyzer/crates/tt/Cargo.toml
+++ b/src/tools/rust-analyzer/crates/tt/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "tt"
 version = "0.0.0"
-description = "TBD"
+description = "A `TokenTree` data structure for rust-analyzer."
 
 authors.workspace = true
 edition.workspace = true