summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-11 09:18:09 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-11 09:18:09 -0500
commitfb0a82f3c316efc829151ef8ca14f13a0be6c1bc (patch)
treecf4fca26c46f2c69e35ead9b41178eeb69d7427a
parentdbc8ca9cc1b9f38e3c59ac7c4efd9f240ae7a95e (diff)
grep-printer: add macro docs, redux
-rw-r--r--grep-printer/src/macros.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/grep-printer/src/macros.rs b/grep-printer/src/macros.rs
index 7b48e8c2..0b1e764b 100644
--- a/grep-printer/src/macros.rs
+++ b/grep-printer/src/macros.rs
@@ -1,3 +1,4 @@
+/// Like assert_eq, but nicer output for long strings.
#[cfg(test)]
#[macro_export]
macro_rules! assert_eq_printed {