Skip to content

Commit 1590498

Browse files
authored
Use consistent line widths in Readme
1 parent 9f274ba commit 1590498

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ standard library, and documentation.
2121

2222
## Why Rust?
2323

24-
- **Performance:** Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.
24+
- **Performance:** Fast and memory-efficient, suitable for critical services,
25+
embedded devices, and easily integrated with other languages.
2526

26-
- **Reliability:** Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
27+
- **Reliability:** Our rich type system and ownership model ensure memory and
28+
thread safety, reducing bugs at compile-time.
2729

28-
- **Productivity:** Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool ([Cargo]), auto-formatter ([rustfmt]), linter ([Clippy]) and editor support ([rust-analyzer]).
30+
- **Productivity:** Comprehensive documentation, a compiler committed to
31+
providing great diagnostics, and advanced tooling including package manager
32+
and build tool ([Cargo]), auto-formatter ([rustfmt]), linter ([Clippy]) and
33+
editor support ([rust-analyzer]).
2934

3035
[Cargo]: https://github.com/rust-lang/cargo
3136
[rustfmt]: https://github.com/rust-lang/rustfmt

0 commit comments

Comments
 (0)