We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6dbd commit 0a6bc21Copy full SHA for 0a6bc21
src/idiomatic/leveraging-the-type-system.md
@@ -33,7 +33,7 @@ Additional items speaker may mention:
33
that comes with its borrow checker.
34
35
- The same caution should be applied to object-oriented design patterns. Rust
36
- doesn't support inheritance, and object boundaries must be mindful of the
+ doesn't support inheritance, and object decomposition should take into account the
37
constraints introduced by the borrow-checker.
38
39
- Mention that type-level abstractions are often referred to as "zero-cost
0 commit comments