Skip to content

Commit b8cf3c4

Browse files
committed
Add missing [package.description] for 'syntax-bridge' crate
1 parent a966f6e commit b8cf3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)