auto merge of #5618 : pcwalton/rust/print-in-prelude, r=brson
r? @brson
This commit is contained in:
commit
4e830d11ba
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ pub use ops::{Shl, Shr, Index};
|
|||
pub use option::{Option, Some, None};
|
||||
pub use result::{Result, Ok, Err};
|
||||
|
||||
/* Reexported functions */
|
||||
|
||||
pub use io::{print, println};
|
||||
|
||||
/* Reexported types and traits */
|
||||
|
||||
pub use clone::Clone;
|
||||
|
|
Loading…
Add table
Reference in a new issue