We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe57cc commit dff9b53Copy full SHA for dff9b53
Cargo.toml
@@ -9,7 +9,7 @@ version = "0.13.1"
9
authors = ["David Cole <david.cole1340@gmail.com>"]
10
edition = "2021"
11
categories = ["api-bindings"]
12
-exclude = ["/.github", "/.crates", "/guide"]
+exclude = ["/.github", "/.crates"]
13
14
[dependencies]
15
bitflags = "2"
crates/macros/Cargo.toml
@@ -19,7 +19,6 @@ quote = "1.0.9"
19
proc-macro2 = "1.0.26"
20
lazy_static = "1.4.0"
21
anyhow = "1.0"
22
-lsp_doc_stable = "0.1.0"
23
24
[lints.rust]
25
missing_docs = "warn"
0 commit comments