Add newline before Marker in pane_grid
This commit is contained in:
parent
9b778006ce
commit
021b173ef3
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue