Update README.md (#380)

* Update README.md

If we will remove new_sets, then we should deprecate it instead of sets.

* Update README.md

---------

Co-authored-by: Ivo List <ilist@google.com>
This commit is contained in:
Boleyn Su 2024-07-16 02:03:44 +08:00 committed by GitHub
parent 43c6185e7e
commit fa66e6b15b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -47,9 +47,8 @@ s = shell.quote(p)
* [partial](docs/partial_doc.md)
* [paths](docs/paths_doc.md)
* [selects](docs/selects_doc.md)
* [sets](lib/sets.bzl) - _deprecated_, use `new_sets`
* [sets](docs/new_sets_doc.md)
* [modules](docs/modules_doc.md)
* [new_sets](docs/new_sets_doc.md)
* [shell](docs/shell_doc.md)
* [structs](docs/structs_doc.md)
* [subpackages](docs/subpackages_doc.md)