Skip to content

Commit 081e499

Browse files
committed
s/libs/libs-api/
1 parent 470f583 commit 081e499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/how_to/propose.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ In the diagram above, we show experiments as always leading to an RFC. This is t
122122

123123
### What about adding special traits and things to the standard library?
124124

125-
We consider intrinsics and "lang item" (things that need special treatment from the language) to be under the lang team purview. Specifically, the lang team governs the semantics and capabilities exposed by this new feature. The details of the API are governed by the [libs team].
125+
We consider intrinsics and "lang item" (things that need special treatment from the language) to be under the lang team purview. Specifically, the lang team governs the semantics and capabilities exposed by this new feature. The details of the API are governed by the [libs-api team].
126126

127-
Whenever possible, though, we prefer to issue a quick approval for the "general feature" being discussed, and leave it to the libs team to decide where to apply it. For example, we approved the ability to add inherent methods to standard library types like `u32` long ago, but the [libs team] governs what APIs are available.
127+
Whenever possible, though, we prefer to issue a quick approval for the "general feature" being discussed, and leave it to the libs-api team to decide where to apply it. For example, we approved the ability to add inherent methods to standard library types like `u32` long ago, but the [libs-api team] governs what APIs are available.
128128

129-
[libs team]: (https://github.com/rust-lang/libs-team)
129+
[libs-api team]: https://github.com/rust-lang/libs-team
130130

131131
### My RFC has been waiting for a comment from the lang-team for a long time!
132132

0 commit comments

Comments
 (0)