Add newline before Marker in pane_grid

This commit is contained in:
Héctor Ramón Jiménez 2020-07-22 02:55:35 +02:00
parent 9b778006ce
commit 021b173ef3

View file

@ -625,6 +625,7 @@ where
fn hash_layout(&self, state: &mut Hasher) {
use std::hash::Hash;
struct Marker;
std::any::TypeId::of::<Marker>().hash(state);