diff options
Diffstat (limited to 'macros/macros3.rs')
| -rw-r--r-- | macros/macros3.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/macros3.rs b/macros/macros3.rs index 8d8da38..8281445 100644 --- a/macros/macros3.rs +++ b/macros/macros3.rs @@ -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. |
