Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ bzl_library(
"//lib:shell",
"//lib:structs",
"//lib:types",
"//lib:unittest",
Comment thread
susinmotion marked this conversation as resolved.
"//lib:versions",
],
)
Expand Down
6 changes: 0 additions & 6 deletions docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,6 @@ stardoc_with_diff_test(
out_label = "//docs:types_doc.md",
)

stardoc_with_diff_test(
name = "unittest",
bzl_library_target = "//lib:unittest",
out_label = "//docs:unittest_doc.md",
)

stardoc_with_diff_test(
name = "versions",
bzl_library_target = "//lib:versions",
Expand Down
Loading