]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #11416 : bjz/rust/remove-print-fns, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 11 Jan 2014 02:21:21 +0000 (18:21 -0800)
committerbors <bors@rust-lang.org>
Sat, 11 Jan 2014 02:21:21 +0000 (18:21 -0800)
The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.


Trivial merge