Skip to content

Commit d4d0679

Browse files
committed
rephrase team approvals
1 parent 93e48b9 commit d4d0679

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

text/0000-safety-tags.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,13 +449,12 @@ to implement them.
449449

450450
We therefore seek approvals from the following teams:
451451

452-
1. **Library team** – to allow the tagging of unsafe operations and to expose tag items as public
453-
APIs.
452+
1. **Library team** – to allow tagging unsafe public functions and unsafe calls.
454453
2. **Clippy team** – to integrate tag checking into the linter.
455454
3. **Rust-Analyzer team** – to add IDE support for tags.
456455
3. **Rustdoc team** – to render tags to docs.
457456
4. **Language team** – to reserve the `safety` namespace and gate the feature via
458-
`#![feature(safety_tags)]` for the namespace and tag APIs in standard libraries.
457+
`#![feature(safety_tags)]` for the namespace and tagged APIs in standard libraries.
459458

460459
[safety-tool]: https://github.com/Artisan-Lab/tag-std/blob/main/safety-tool
461460

0 commit comments

Comments
 (0)