1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-25 14:22:54 +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

View File

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