]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #12410 : DaGenix/rust/fix-incorrect-comment, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 21 Feb 2014 12:01:57 +0000 (04:01 -0800)
committerbors <bors@rust-lang.org>
Fri, 21 Feb 2014 12:01:57 +0000 (04:01 -0800)
The comments say that the prelude imports std::io::println since it would
be annoying to have to import it in every program that uses it. However,
the prelude doesn't actually import that function anymore. So, update the
comments to better match reality.


Trivial merge