]> git.lizzy.rs Git - rust.git/commit
rollup merge of #19912: P1start/fn-formatting
authorAlex Crichton <alex@alexcrichton.com>
Wed, 17 Dec 2014 16:35:26 +0000 (08:35 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 17 Dec 2014 19:50:30 +0000 (11:50 -0800)
commitb496adaefb440cbe01c3896bb1ef5ab1022227bb
treef2964a94db65c4b5c409fbb979065ab257471a78
parent1b929090acb337603c40c687c901531daad1c450
parent570325dd3c6b7958ccfe008fb0c68f531fd51ed1
rollup merge of #19912: P1start/fn-formatting

This is to encourage the use of the sugary syntax instead of the `<>` syntax, which will not be usable post-1.0. Rustdoc [still uses the `<>` syntax](https://github.com/rust-lang/rust/issues/19909), so if a rustdoc wizard is looking for something to do, it would be nice to use the parenthetical syntax there as well. (I tried to patch rustdoc as well, but failed…)