Remove newline from the middle of link so link script works

This commit is contained in:
Carol (Nichols || Goulding)
2018-02-25 10:39:33 -05:00
parent 67a9833f4f
commit eecd848c7c

View File

@@ -55,9 +55,9 @@ useful for enforcing invariants related to concurrency.
Manually implementing these traits involves implementing unsafe Rust code.
Well talk about using unsafe Rust code in Chapter 19; for now, the important
information is that building new concurrent types not made up of `Send` and
`Sync` parts requires careful thought to uphold the safety guarantees. [The
Rustonomicon] has more information about these guarantees and how to uphold
them.
`Sync` parts requires careful thought to uphold the safety guarantees.
[The Rustonomicon] has more information about these guarantees and how to
uphold them.
[The Rustonomicon]: https://doc.rust-lang.org/stable/nomicon/