Skip to content

Commit 3c19ca0

Browse files
Formatting
1 parent 60a6f9e commit 3c19ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/idiomatic/leveraging-the-type-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Additional items speaker may mention:
3535
types in Rust.
3636

3737
Evaluate, on a case-by-case basis, whether a more imperative approach may be
38-
easier to implement. Consider using in-place mutation, relying on Rust's borrow-checker and type system to
39-
control what can be mutated, and where.
38+
easier to implement. Consider using in-place mutation, relying on Rust's
39+
borrow-checker and type system to control what can be mutated, and where.
4040

4141
- The same caution should be applied to object-oriented design patterns. Rust
4242
doesn't support inheritance, and object decomposition should take into account

0 commit comments

Comments
 (0)