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

@@ -58,8 +58,8 @@ macro_rules! my_macro {
// Macros don't quite play by the same rules as the rest of Rust, in terms of what's available
// where.
// Macros don't quite play by the same rules as the rest of Rust, in terms of
// what's available where.
@@ -68,5 +68,5 @@ macro_rules! my_macro {
// Unlike other things in Rust, the order of "where you define a macro" versus "where you use it"
// actually matters.
// Unlike other things in Rust, the order of "where you define a macro" versus
// "where you use it" actually matters.