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 5aaddfb commit 9a3acc0Copy full SHA for 9a3acc0
BUCK
@@ -1,6 +1,9 @@
1
rust_library(
2
name = "cxx",
3
srcs = glob(["src/**/*.rs"]),
4
+ doc_deps = [
5
+ ":cxx-build",
6
+ ],
7
edition = "2018",
8
features = [
9
"alloc",
@@ -49,6 +52,7 @@ cxx_library(
49
52
50
53
name = "cxxbridge-macro",
51
54
srcs = glob(["macro/src/**/*.rs"]) + ["macro/src/syntax"],
55
+ doctests = False,
56
57
proc_macro = True,
58
deps = [
@@ -64,6 +68,7 @@ rust_library(
64
68
"gen/build/src/gen",
65
69
"gen/build/src/syntax",
66
70
],
71
67
72
73
74
"//third-party:cc",
0 commit comments