Skip to content

Commit e9d0e3a

Browse files
committed
Rephrase slide on “fearless concurrency”
Bullet points makes it looks more like, well, a slide!
1 parent f335403 commit e9d0e3a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/concurrency/fearless.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Fearless Concurrency
22

3-
Rust has great support for concurrency and its powerful type system is able to
4-
prevent many concurrency bugs at compile time. This is often referred to as
5-
_fearless concurrency_ since you can rely on the compiler to ensure correctness
6-
at runtime.
3+
Rust has great support for concurrency:
4+
5+
- The type system is able to prevent many concurrency bugs at compile time.
6+
- This is often referred to as _fearless concurrency_. You can refactor without
7+
fear of introducing concurrency issues.
78

89
<details>
910

0 commit comments

Comments
 (0)