File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -449,13 +449,12 @@ to implement them.
449449
450450We 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.
4544532 . ** Clippy team** – to integrate tag checking into the linter.
4554543 . ** Rust-Analyzer team** – to add IDE support for tags.
4564553 . ** Rustdoc team** – to render tags to docs.
4574564 . ** 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
You can’t perform that action at this time.
0 commit comments