]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #20075: skade/remove-notrust
authorAlex Crichton <alex@alexcrichton.com>
Mon, 22 Dec 2014 20:47:31 +0000 (12:47 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 22 Dec 2014 20:47:31 +0000 (12:47 -0800)
Internally refactor all mentions of `notrust` to the
positive statement `rust`.

[breaking-change] Change remaining `notrust` markers to
the thing they actually represent, e.g. `sh` or `plain`.

This supersedes #19693 .


Trivial merge