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

grep-printer: add macro docs, redux

This commit is contained in:
Andrew Gallant 2019-01-11 09:18:09 -05:00
parent dbc8ca9cc1
commit fb0a82f3c3
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 {