load statements are not eligible for "implicit rule names" (#260)
"If a build file contains exactly one unnamed rule" currently matches the load statement in the following:
```
load("//foo", "some_rule")
some_rule(
name = "bar",
)
```
This is clearly not the intent of the implicit rule name case, so tweak it accordingly.This repository contains developer tools for working with Google's bazel buildtool.
See instructions in each tool's directory.