Macro insta::assert_display_snapshot

source ยท
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!()