Skip to content

Commit c3a00b5

Browse files
committed
Auto merge of rust-lang#16251 - lnicola:span-description, r=lnicola
Add description to span crate manifest CC https://github.com/rust-lang/rust-analyzer/actions/runs/7408827766/job/20157836624
2 parents 95e047e + 6889117 commit c3a00b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/span/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[package]
22
name = "span"
33
version = "0.0.0"
4+
description = "TBD"
5+
46
rust-version.workspace = true
57
edition.workspace = true
68
license.workspace = true
@@ -18,4 +20,4 @@ syntax.workspace = true
1820
stdx.workspace = true
1921

2022
[lints]
21-
workspace = true
23+
workspace = true

0 commit comments

Comments
 (0)