Skip to content

Commit

Permalink
Update a few comments for swift.bzl references.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 469724398
(cherry picked from commit b6f31e7)
  • Loading branch information
thomasvl authored and brentleyjones committed Jun 21, 2024
1 parent 0e8d83c commit f3c4de9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions swift/swift_common.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ This module is meant to be used by custom rules that need to compile Swift code
and cannot simply rely on writing a macro that wraps `swift_library`. For
example, `swift_proto_library` generates Swift source code from `.proto` files
and then needs to compile them. This module provides that lower-level interface.
Do not load this file directly; instead, load the top-level `swift.bzl` file,
which exports the `swift_common` module.
"""

load(
Expand Down
2 changes: 1 addition & 1 deletion swift/toolchains/xcode_swift_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
The rules defined in this file are not intended to be used outside of the Swift
toolchain package. If you are looking for rules to build Swift code using this
toolchain, see `swift.bzl`.
toolchain, see `doc/rules.md`.
"""

load("@bazel_features//:features.bzl", "bazel_features")
Expand Down

0 comments on commit f3c4de9

Please sign in to comment.