• B
    Remove re-exports of std::io::stdio::{print, println} in the prelude. · 4fc0452a
    Brendan Zabarauskas 提交于
    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.
    4fc0452a
mod.rs 43.4 KB