Word wrap for the playground
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user