diff options
| author | Vincent Esche <regexident@gmail.com> | 2024-07-30 14:10:08 +0200 |
|---|---|---|
| committer | Vincent Esche <regexident@gmail.com> | 2024-08-06 00:25:02 +0200 |
| commit | 88ea306270e6f4fcb21f48329779d7c47aa1794e (patch) | |
| tree | 9058ea119c1998913160eb6afe14e5f7397a125a /src/tools/rust-analyzer/crates/tt | |
| parent | 37f75693a1eb46b8910c4055416b8636ae9df60a (diff) | |
| download | rust-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.toml | 2 |
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 |
