Skip to content

Commit 881f51f

Browse files
authored
Fix format by moving advantage to new bullet (#245)
1 parent 077e247 commit 881f51f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

patterns/structural/small-crates.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ We should take advantage of this tooling, and use smaller, more fine-grained dep
1414
* Small crates are easier to understand, and encourage more modular code.
1515
* Crates allow for re-using code between projects.
1616
For example, the `url` crate was developed as part of the Servo browser engine,
17-
but has since found wide use outside the project. * Since the compilation unit
17+
but has since found wide use outside the project.
18+
* Since the compilation unit
1819
of Rust is the crate, splitting a project into multiple crates can allow more of
1920
the code to be built in parallel.
2021

0 commit comments

Comments
 (0)