Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the explicit dependency on rules_cc. (#235)
In general, `cc_library` and `cc_test` do not need an explicit load. By removing it, we can remove the explicit dependency to `rules_cc` in `MODULE.bazel`. This makes the dependency management easier. Nothing should be broken by this change.
- Loading branch information