]> git.lizzy.rs Git - rust.git/commit
Fix spacing style of `T: Bound` in docs
authorUlrik Sverdrup <bluss@users.noreply.github.com>
Sun, 17 Jan 2016 22:36:38 +0000 (23:36 +0100)
committerUlrik Sverdrup <bluss@users.noreply.github.com>
Sun, 17 Jan 2016 22:44:33 +0000 (23:44 +0100)
commitf4fac9b0fa55d253b438eccdf1794baace6c9efe
tree43334e0497ae4e5b557e07035d4635d1b0b859a7
parentbff52927f582e2ca8dea799bd58f06e654295e21
Fix spacing style of `T: Bound` in docs

The space between `T` and `Bound` is the typical style used in code and
produced by rustdoc's rendering. Fixed first in Reflect's docs and then
I fixed all occurrences in docs I could find.
src/doc/book/lifetimes.md
src/doc/nomicon/lifetime-elision.md
src/libcore/marker.rs