summary refs log tree commit diff
path: root/doc/tutorial-macros.md
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-05-03 19:25:04 -0400
committerDaniel Micay <danielmicay@gmail.com>2013-05-03 20:01:42 -0400
commit86efd97a10fda1f81f5bead0de36e3343a9faa0e (patch)
treef41cc124a23b659f8724524034af931ca84fd2fe /doc/tutorial-macros.md
parentbfd3cd8171bee519093f570264e5a2b1dc17e9d8 (diff)
downloadrust-86efd97a10fda1f81f5bead0de36e3343a9faa0e.tar.gz
rust-86efd97a10fda1f81f5bead0de36e3343a9faa0e.zip
add gitattributes and fix whitespace issues
Diffstat (limited to 'doc/tutorial-macros.md')
-rw-r--r--doc/tutorial-macros.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/tutorial-macros.md b/doc/tutorial-macros.md
index 24e9f4abc38..63fa7e06bae 100644
--- a/doc/tutorial-macros.md
+++ b/doc/tutorial-macros.md
@@ -402,4 +402,3 @@ tricky. Invoking the `log_syntax!` macro can help elucidate intermediate
 states, invoking `trace_macros!(true)` will automatically print those
 intermediate states out, and passing the flag `--pretty expanded` as a
 command-line argument to the compiler will show the result of expansion.
-