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:47:01 +02:00
committed by GitHub
parent 38e6dbda2b
commit 0a6bc21cb7

View File

@ -33,7 +33,7 @@ Additional items speaker may mention:
that comes with its borrow checker.
- The same caution should be applied to object-oriented design patterns. Rust
doesn't support inheritance, and object boundaries must be mindful of the
doesn't support inheritance, and object decomposition should take into account the
constraints introduced by the borrow-checker.
- Mention that type-level abstractions are often referred to as "zero-cost