Skip to content

Commit b588a68

Browse files
authored
chore(nns): remove governance api--test-feature bazel target (#2394)
Remove a library we no longer need.
1 parent 47f0c23 commit b588a68

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

rs/nns/governance/api/BUILD.bazel

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,3 @@ rust_library(
4646
version = "0.9.0",
4747
deps = DEPENDENCIES,
4848
)
49-
50-
rust_library(
51-
name = "api--test_feature",
52-
srcs = glob(
53-
["src/**/*.rs"],
54-
exclude = ["**/*tests.rs"],
55-
),
56-
aliases = ALIASES,
57-
crate_features = ["test"],
58-
crate_name = "ic_nns_governance_api",
59-
proc_macro_deps = MACRO_DEPENDENCIES,
60-
version = "0.9.0",
61-
deps = DEPENDENCIES,
62-
)

0 commit comments

Comments
 (0)