Skip to content

Commit b4e1d05

Browse files
authored
Make unused-imports public for rule use (#70)
Signed-off-by: Erik Kerber <[email protected]>
1 parent 4f53e3c commit b4e1d05

File tree

1 file changed

+1
-0
lines changed
  • Sources/unused-imports

1 file changed

+1
-0
lines changed

Sources/unused-imports/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ swift_binary(
1616
deps = [
1717
"//:IndexStore",
1818
],
19+
visibility = ["//visibility:public"],
1920
)

0 commit comments

Comments
 (0)