]> git.lizzy.rs Git - rust.git/commit
Convert gigantic comment away from `//!` form. It is annoying to
authorNiko Matsakis <niko@alum.mit.edu>
Mon, 15 Dec 2014 10:44:59 +0000 (05:44 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Fri, 19 Dec 2014 08:29:31 +0000 (03:29 -0500)
commitdab6e70e03b569c72ad74328ad91f48a2e00e44f
treec51f50ed60afff3ff91499f24190bef9df239f86
parentf45c0ef51e342c552021a80ddd343b0c7175111e
Convert gigantic comment away from `//!` form. It is annoying to
read (`//!` is intrusive) and annoying to edit (must maintain a prefix
on every line). Since the only purpose of a `doc.rs` file is to have a
bunch of text, using `/*!` and `*/` without indentations seems
appropriate.
src/librustc/middle/traits/doc.rs