1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-14 18:14:29 +02:00

Formatting

This commit is contained in:
LukeMathWalker
2025-07-08 10:33:03 +02:00
parent 60a6f9e836
commit 3c19ca0150

View File

@ -35,8 +35,8 @@ Additional items speaker may mention:
types in Rust. types in Rust.
Evaluate, on a case-by-case basis, whether a more imperative approach may be Evaluate, on a case-by-case basis, whether a more imperative approach may be
easier to implement. Consider using in-place mutation, relying on Rust's borrow-checker and type system to easier to implement. Consider using in-place mutation, relying on Rust's
control what can be mutated, and where. borrow-checker and type system to control what can be mutated, and where.
- 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 doesn't support inheritance, and object decomposition should take into account