]> git.lizzy.rs Git - rust.git/commit
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)
commit4baeacef5a539fa29b88c951d6eca996d6101148
treed61e4512ce33db7454c17dcb2dfc15328f944a51
parent7311b6347de4205b71e8a221140a527e789fd353
parentee9de3b10290290ae1a56d6fbc80307869fc5d01
rollup merge of #20075: skade/remove-notrust

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 .