macro_rules! assert_display_snapshot {
($($arg:tt)*) => { ... };
}👎Deprecated: use assert_snapshot!() instead
Expand description
Asserts a Display snapshot.
This is now deprecated, replaced by the more generic assert_snapshot!
macro_rules! assert_display_snapshot {
($($arg:tt)*) => { ... };
}Asserts a Display snapshot.
This is now deprecated, replaced by the more generic assert_snapshot!