Skip to content

Commit 9a3acc0

Browse files
committed
Fill in dependencies for the doc-tests in Buck
1 parent 5aaddfb commit 9a3acc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

BUCK

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
rust_library(
22
name = "cxx",
33
srcs = glob(["src/**/*.rs"]),
4+
doc_deps = [
5+
":cxx-build",
6+
],
47
edition = "2018",
58
features = [
69
"alloc",
@@ -49,6 +52,7 @@ cxx_library(
4952
rust_library(
5053
name = "cxxbridge-macro",
5154
srcs = glob(["macro/src/**/*.rs"]) + ["macro/src/syntax"],
55+
doctests = False,
5256
edition = "2018",
5357
proc_macro = True,
5458
deps = [
@@ -64,6 +68,7 @@ rust_library(
6468
"gen/build/src/gen",
6569
"gen/build/src/syntax",
6670
],
71+
doctests = False,
6772
edition = "2018",
6873
deps = [
6974
"//third-party:cc",

0 commit comments

Comments
 (0)