1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-03 14:32:22 +02:00

grep-searcher: add docs for assert_eq_printed

Looks like the deny(missing_docs) lint got a bit stronger.
This commit is contained in:
Andrew Gallant 2019-01-11 09:03:00 -05:00
parent c3db8db93d
commit dbc8ca9cc1
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -1,3 +1,4 @@
/// Like assert_eq, but nicer output for long strings.
#[cfg(test)]
#[macro_export]
macro_rules! assert_eq_printed {