1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-16 23:08:36 +02:00
comprehensive-rust/src
Charisee Chiw c22b35e426
Remove silenced warnings in book-library exercise (#388)
* Update book-library.md

* Update book-library.rs

* Apply suggestions from code review

Expanding the variable makes it ever-so-slightly easier to read.

---------

Co-authored-by: Martin Geisler <mgeisler@google.com>
2023-02-28 17:53:02 -08:00
..
android Make program consistent with output given. 2023-01-24 11:45:04 +00:00
basic-syntax Minor grammar fixes to type-inference.md (#437) 2023-02-19 09:27:56 +01:00
cargo Remove dangling links in cargo/rust-ecosystem.md. (#332) 2023-02-03 15:50:15 +00:00
concurrency Remove explicit typing in Mutex example (#405) 2023-02-14 18:40:22 +01:00
control-flow Fix references within options returned from Args (#427) 2023-02-16 21:54:18 +00:00
enums Take out unnecessary code from enum size slide (#309) 2023-02-27 17:42:46 +01:00
error-handling Split out example to separate page. (#319) 2023-02-03 10:12:31 +00:00
exercises Remove silenced warnings in book-library exercise (#388) 2023-02-28 17:53:02 -08:00
generics Clarification in Trait Objects. (#379) 2023-02-09 21:51:08 +00:00
hello-world Add support for speaker notes 2023-01-05 07:46:18 +01:00
memory-management Add highly-unsafe speaker notes to inspect the memory layout of string. (#341) 2023-02-09 07:47:15 +01:00
methods Update example.md (#441) 2023-02-19 04:53:11 +00:00
modules Remove extraneous trailing parenthesis (#453) 2023-02-24 16:27:24 +01:00
ownership Update move-semantics.md (#438) 2023-02-19 09:27:41 +01:00
pattern-matching Lecture notes for Destructing Arrays (#266) 2023-02-22 13:41:12 +01:00
running-the-course Publish Korean translation (#428) 2023-02-17 17:58:33 +09:00
std Fix typo in string.md (#456) 2023-02-27 13:37:08 +00:00
structs Speaker Notes for Field Shorthand (#198) 2023-02-22 14:55:29 +00:00
testing Fix Rustdoc. 2023-01-17 16:07:10 +00:00
traits Fix typo in drop.md (#457) 2023-02-26 22:04:39 +00:00
unsafe Add example where breaking UTF-8 encoding leads to a crash. (#387) 2023-02-16 03:19:44 +00:00
welcome-day-1 Add historical reference to the Rust 1.0 release. (#335) 2023-02-03 15:51:41 +00:00
why-rust Fix typos (#297) 2023-01-29 11:54:51 +00:00
android.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
basic-syntax.md Mention that the syntax is similar to Java as well. (#337) 2023-02-03 15:28:38 +00:00
cargo.md Add reference to rustfmt for Debian instructions. (#331) 2023-02-03 15:18:03 +00:00
concurrency.md Typo in "Fearless Concurrency" intro 2022-12-30 20:53:38 -08:00
control-flow.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
credits.md Rename LICENSE.txt to LICENSE (#293) 2023-01-29 14:20:55 +01:00
enums.md Speaker notes for enums.md (#199) 2023-01-23 11:58:49 +00:00
error-handling.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
generics.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
hello-world.md Add support for speaker notes 2023-01-05 07:46:18 +01:00
memory-management.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
methods.md Updates and minor fixes to Day 2: Morning (#372) 2023-02-09 21:15:47 +00:00
modules.md Day2: Afternoon - speaker note details and minor cosmetic changes. (#408) 2023-02-16 03:19:25 +00:00
other-resources.md Add Too Many Lists book to other resources (#410) 2023-02-14 21:25:06 +00:00
ownership.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
pattern-matching.md Fix typo: patten -> pattern (#430) 2023-02-17 18:34:35 +09:00
running-the-course.md Reference mdbook installation instructions from running-the-course.md. (#329) 2023-02-03 15:52:06 +00:00
std.md Mention alloc too 2023-01-23 12:44:07 +00:00
structs.md Updates and minor fixes to Day 2: Morning (#372) 2023-02-09 21:15:47 +00:00
SUMMARY.md Add a page which mentions the translations (#424) 2023-02-16 13:21:45 +01:00
testing.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
thanks.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
traits.md Update traits.md 2023-01-31 11:07:24 +00:00
unsafe.md Update unsafe.md (#252) 2023-01-30 13:12:51 +00:00
welcome-day-1.md Update welcome-day-1.md (#350) 2023-02-06 18:47:53 +00:00
welcome-day-2.md Fixes typo 2022-12-26 09:12:00 +01:00
welcome-day-3.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
welcome-day-4.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
welcome.md Introduce speaker notes on welcome page 2023-01-09 14:24:02 +01:00
why-rust.md Fix typo (#173) 2023-01-17 11:42:31 +00:00