You've already forked comprehensive-rust
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:
@ -34,7 +34,7 @@ Additional items speaker may mention:
|
|||||||
|
|
||||||
- The same caution should be applied to object-oriented design patterns. Rust
|
- The same caution should be applied to object-oriented design patterns. Rust
|
||||||
doesn't support inheritance, and object decomposition should take into account the
|
doesn't support inheritance, and object decomposition should take into account the
|
||||||
constraints introduced by the borrow-checker.
|
constraints introduced by the borrow checker.
|
||||||
|
|
||||||
- Mention that type-level abstractions are often referred to as "zero-cost
|
- Mention that type-level abstractions are often referred to as "zero-cost
|
||||||
abstractions", although the label can be misleading: the impact on compile
|
abstractions", although the label can be misleading: the impact on compile
|
||||||
|
Reference in New Issue
Block a user