diff options
| author | bors <bors@rust-lang.org> | 2024-01-04 11:28:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-04 11:28:11 +0000 |
| commit | c3a00b5468576de4e39adc8fa5ceae35a0024e49 (patch) | |
| tree | 9ea2ad0acf3d99cd06306bdd7346ee7e25f0ecd6 | |
| parent | 95e047e4acfe440c11310f5f3a281e356a0c29f4 (diff) | |
| parent | 688911757ef3f8928450d565c3866110aad58768 (diff) | |
| download | rust-c3a00b5468576de4e39adc8fa5ceae35a0024e49.tar.gz rust-c3a00b5468576de4e39adc8fa5ceae35a0024e49.zip | |
Auto merge of #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
| -rw-r--r-- | crates/span/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/span/Cargo.toml b/crates/span/Cargo.toml index 69b88b5a17b..a4abba29bb9 100644 --- a/crates/span/Cargo.toml +++ b/crates/span/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "span" version = "0.0.0" +description = "TBD" + rust-version.workspace = true edition.workspace = true license.workspace = true @@ -18,4 +20,4 @@ syntax.workspace = true stdx.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true |
