]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #7844 : huonw/rust/no-implicit-prelude, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 17 Jul 2013 18:28:46 +0000 (11:28 -0700)
committerbors <bors@rust-lang.org>
Wed, 17 Jul 2013 18:28:46 +0000 (11:28 -0700)
It disables the insertion of `use std::prelude::*;` into the top of
all the modules below the item on which it is placed (including that
item itself).

(Similar to GHC's `-XNoImplicitPrelude`.)


Trivial merge