mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 17:53:29 +02:00
Word wrap for the playground
This commit is contained in:
+4
-4
@@ -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