| Age | Commit message (Collapse) | Author | Lines |
|
Replaced outdated use of the `range(start, end)` function where
approriate with `start..end`, and tweaked the examples to compile and run with the latest rust. I also fixed two periphery compile issues in reference.md which were occluding whether there were any new errors created by these changes, so I fixed them.
|
|
Fixes #21501
|
|
|
|
Fix all usage of int/uint/i/u in the book.
|
|
With the code samples as they are, the compiler says:
`feature has been added to Rust, directive not necessary`
|
|
|
|
|
|
|
|
This commit is an attempt to standardize the use of punctuation and
formatting in "The Rust Programming Language" as discussed in #19823.
- Convert bold text to italicized textcwhen referring to terminology.
- Convert single-quoted text to italicized or double-quoted text,
depending on context.
- Use double quotes only in the case of scare quotes or quotations.
|
|
|