Skip to content

Commit

Permalink
chore: remove old load statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 5, 2024
1 parent a1728b0 commit 84b6098
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions docs/bzlws_link.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ bzlws_link(<a href="#bzlws_link-name">name</a>, <a href="#bzlws_link-srcs">srcs<

Symlink generated files into workspace directory

```python
load("@bzlws//:index.bzl", "bzlws_link")
```


**PARAMETERS**


Expand Down
4 changes: 0 additions & 4 deletions rules/bzlws_link.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ load("//rules/private:bzlws_util.bzl", "bzlws_check_common_required_attrs")
def bzlws_link(name = None, srcs = None, out = None, force = None, strip_filepath_prefix = "", metafile_path = "", visibility = None, **kwargs):
""" Symlink generated files into workspace directory
```python
load("@bzlws//:index.bzl", "bzlws_link")
```
Args:
name: Name used for executable target
Expand Down

0 comments on commit 84b6098

Please sign in to comment.