1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-11 16:50:16 +02:00

Apply suggestion from @gribozavr

Co-authored-by: Dmitri Gribenko <gribozavr@gmail.com>
This commit is contained in:
Luca Palmieri
2025-07-07 11:46:33 +02:00
committed by GitHub
parent 28d83e5888
commit a44eaa9095

View File

@ -27,7 +27,7 @@ Additional items speaker may mention:
topic, with examples written in F#.
- Despite Rust's functional roots, functional design patterns don't translate as-is
to Rust. For instance, extensive use of higher-kinded functions and types can
to Rust. For instance, extensive use of higher-order functions and higher-kinded types can
result in code that is harder to read and maintain. Design patterns in Rust
must take into account (and leverage!) the granular control over mutability
that comes with its borrow-checker.