Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rust-lang/book
68 commits in 1d7c3e6abec2d5a9bfac798b29b7855b95025426..af415fc6c8a6823dfb4595074f27d5a3e9e2fe49
2025-10-20 14:01:39 UTC to 2025-01-21 22:49:39 UTC
pub use
(Ch. 07: Clarify sentences aboutpub use
book#4293)use
statements (Ch. 02: Consistent ordering ofuse
statements book#4292)Post
methods (Ch. 18: correct discussion of delegation inPost
methods book#4281)use std::pin::{Pin, pin};
on introduction (Ch. 17: mentionuse std::pin::{Pin, pin};
on introduction book#4279)user1
availability (Ch. 05: further tweak to wording aboutuser1
availability book#4246)fn
type and closures (Ch. 19: Correct the discussion offn
type and closures book#4244)cargo fix
(Fix example forcargo fix
book#4226)use
is also forprecise capturing
(Document thatuse
is also forprecise capturing
book#4210)rust-lang/nomicon
1 commits in 23fc2682f8fcb887f77d0eaabba708809f834c11..60f0b30d8ec1c9eb5c2582f2ec55f1094b0f8c42
2025-10-20 13:05:39 UTC to 2025-10-20 13:05:39 UTC
rust-lang/reference
11 commits in 8efb9805686722dba511b7b27281bb6b77d32130..752eab01cebdd6a2d90b53087298844c251859a1
2025-10-16 04:31:58 UTC to 2025-10-06 22:38:53 UTC
ConstParam
(Fix grammar ofConstParam
reference#2036)