From 2814a5d59d8cd7d09afaeaf814cd618021013d0f Mon Sep 17 00:00:00 2001 From: HimoriK <93024680+HimoriK@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:28:43 -0500 Subject: [PATCH] Update (PRs) (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Typo Typo, filename is now file_path. * rst restore `value` * Fix broken nostarch URL * Change CamelCase to UpperCamelCase Brings the terminology in line with the rest of the project, see . Connects to #2194. * Update to Rust 1.66.1 * Update to Rust 1.67.1 * Removed "," typo on ch03-01 line 85 Removed extra comma on line 85. We’ll cover types and type annotations in the next section, “Data Types`,`”, so don’t worry about the details right now. * simplify COPYRIGHT file * Fix grammar Add the word 'of' to fix the grammar. * Update copyright in LICENSE-APACHE Looks like we forgot to fill this in when we added the license file. ;) * Correct `i32` formatting in ch19-05 * Remove adjective about what kind of number this is * Improve sentence * Small wording changes * redirects: change link for `#![no_std]` tutorial * Fix cargo doc links * Prepare for removal of compiler plugin support. https://github.com/rust-lang/rust/pull/116412 will remove support for compiler plugins from rustc, which includes the entry in The Rust Unstable Book. This commit removes a link to that entry so it won't be broken when that PR merges. * Fix mdBook links * Fixed 'troubleshooting' link * Update ch01-02-hello-world.md * Update ch01-02-hello-world.md --------- Co-authored-by: abiphone <50788307+abiphone@users.noreply.github.com> Co-authored-by: printfn Co-authored-by: Carol (Nichols || Goulding) Co-authored-by: Mateus Rodolfo <66533348+sourproton@users.noreply.github.com> Co-authored-by: Pietro Albini Co-authored-by: Vishal Lama Co-authored-by: Jason Walton Co-authored-by: Shinya Fujino Co-authored-by: Jaime Terreu Co-authored-by: Mike Krisher Co-authored-by: kadiwa Co-authored-by: Eric Huss Co-authored-by: Nicholas Nethercote Co-authored-by: Marcus Stollsteimer Co-authored-by: Aryan Malik