Skip to content

Commit b6f31e7

Browse files
thomasvlswiple-rules-gardener
authored andcommitted
Update a few comments for swift.bzl references.
RELNOTES: None PiperOrigin-RevId: 469724398
1 parent d9bac66 commit b6f31e7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

swift/swift_common.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ This module is meant to be used by custom rules that need to compile Swift code
1818
and cannot simply rely on writing a macro that wraps `swift_library`. For
1919
example, `swift_proto_library` generates Swift source code from `.proto` files
2020
and then needs to compile them. This module provides that lower-level interface.
21-
22-
Do not load this file directly; instead, load the top-level `swift.bzl` file,
23-
which exports the `swift_common` module.
2421
"""
2522

2623
load(

swift/toolchains/xcode_swift_toolchain.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
The rules defined in this file are not intended to be used outside of the Swift
1818
toolchain package. If you are looking for rules to build Swift code using this
19-
toolchain, see `swift.bzl`.
19+
toolchain, see `doc/rules.md`.
2020
"""
2121

2222
load(

0 commit comments

Comments
 (0)