From dbc8ca9cc1b9f38e3c59ac7c4efd9f240ae7a95e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 11 Jan 2019 09:03:00 -0500 Subject: grep-searcher: add docs for assert_eq_printed Looks like the deny(missing_docs) lint got a bit stronger. --- grep-searcher/src/macros.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/grep-searcher/src/macros.rs b/grep-searcher/src/macros.rs index a4af7eaa..d8224e41 100644 --- a/grep-searcher/src/macros.rs +++ b/grep-searcher/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 { -- cgit v1.2.3