Word wrap for the playground

This commit is contained in:
Carol (Nichols || Goulding)
2017-03-19 10:10:48 -04:00
parent 133892fc4e
commit 08071aae39
4 changed files with 13 additions and 12 deletions

View File

@@ -60,8 +60,8 @@ fn main() {
// In order to use a macro outside of its module, you need to do something special to the module to
// lift the macro out into its parent.
// In order to use a macro outside of its module, you need to do something
// special to the module to lift the macro out into its parent.
@@ -70,5 +70,5 @@ fn main() {
// The same trick also works on "extern crate" statements for crates that have exported macros, if
// you've seen any of those around.
// The same trick also works on "extern crate" statements for crates that have
// exported macros, if you've seen any of those around.