Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit67454f5

Browse files
authored
Rollup merge ofrust-lang#126138 - wbk:patch-1, r=lqd
Fix typo in docs for std::pin
2 parentsca932c8 +4655eca commit67454f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎core/src/pin.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
//! requires at least a level of pointer indirection each time a new object is added to the mix
185185
//! (and, practically, a heap allocation).
186186
//!
187-
//! Although there were otherreason as well, this issue of expensive composition is the key thing
187+
//! Although there were otherreasons as well, this issue of expensive composition is the key thing
188188
//! that drove Rust towards adopting a different model. It is particularly a problem
189189
//! when one considers, for example, the implications of composing together the [`Future`]s which
190190
//! will eventually make up an asynchronous task (including address-sensitive `async fn` state

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp