Skip to content

Commit b6724f0

Browse files
committed
docs(guide): directly include doc comments
Other solutions require unstable features
1 parent 6db05a4 commit b6724f0

File tree

3 files changed

+821
-33
lines changed

3 files changed

+821
-33
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.13.1"
99
authors = ["David Cole <[email protected]>"]
1010
edition = "2021"
1111
categories = ["api-bindings"]
12-
exclude = ["/.github", "/.crates", "/guide"]
12+
exclude = ["/.github", "/.crates"]
1313

1414
[dependencies]
1515
bitflags = "2"

crates/macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ quote = "1.0.9"
1919
proc-macro2 = "1.0.26"
2020
lazy_static = "1.4.0"
2121
anyhow = "1.0"
22-
lsp_doc_stable = "0.1.0"
2322

2423
[lints.rust]
2524
missing_docs = "warn"

0 commit comments

Comments
 (0)