]> git.lizzy.rs Git - rust.git/commit
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)
commit060de1016b280732308452f25eb90810deaba002
treebba5742d914c28e7373b129a25cc8f2b61e46054
parent9c1e530bde3a8123f4da645a92b8a2b12fd3ecab
parent040e470f475944a355101aa89e9ec447c10b0caa
auto merge of #7844 : huonw/rust/no-implicit-prelude, r=alexcrichton

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`.)