We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929050d commit 5877727Copy full SHA for 5877727
src/libcore/io.rs
@@ -1587,7 +1587,7 @@ pub fn stderr() -> @Writer { fd_writer(libc::STDERR_FILENO as c_int, false) }
1587
1588
/**
1589
* Prints a string to standard output.
1590
-*
+*
1591
* This string will not have an implicit newline at the end. If you want
1592
* an implicit newline, please see `println`.
1593
*
@@ -1603,7 +1603,7 @@ pub fn print(s: &str) {
1603
1604
1605
* Prints a string to standard output, followed by a newline.
1606
1607
* If you do not want an implicit newline, please see `print`.
1608
1609
* # Examples
0 commit comments