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