Skip to content

Commit

Permalink
Only reference swift_library, swift_import is pretty uncommon and points
Browse files Browse the repository at this point in the history
folks in a directly they likely shouldn't need to investigate.

PiperOrigin-RevId: 527648526
  • Loading branch information
thomasvl authored and swiple-rules-gardener committed Apr 27, 2023
1 parent 797660a commit ef7ba6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/internal/attrs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def swift_deps_attr(doc, **kwargs):
Allowed kinds of dependencies are:
* `swift_import` and `swift_library` (or anything propagating `SwiftInfo`)
* `swift_library` (or anything propagating `SwiftInfo`)
* `cc_library` and `objc_library` (or anything propagating `CcInfo`)
""",
Expand Down

1 comment on commit ef7ba6d

@brentleyjones
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.