1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-23 23:19:20 +02:00
Frances Wingerter 6d743dac5a
Change let-else example to demonstrate undesirable nesting ()
Fixes .

Previously we showed a forcibly de-nested version using both let and
if-let. this is not a construction that new learners of Rust are likely
to have seen or written, while nesting if-let is closer to patterns that
appear in other languages and better motivates the de-nesting
transformation to let-else
2024-08-13 14:26:52 +00:00
..
2023-11-29 16:39:24 +01:00
2023-11-29 16:39:24 +01:00