Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d8bb3c8

Browse files
committed
Add missing [package.description] for 'syntax-bridge' crate
1 parent 1555fd9 commit d8bb3c8

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/syntax-bridge

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "syntax-bridge"
33
version = "0.0.0"
4-
description = "TBD"
54
repository.workspace = true
5+
description = "Conversions between syntax nodes and token trees for rust-analyzer."
66

77
authors.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)