From a04699df1eb11901f933409e68665396bb1744d1 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 6 Sep 2022 21:34:30 +0200 Subject: [PATCH] Fix build on stable by adding missing field in `HoleList` initializer --- src/hole.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hole.rs b/src/hole.rs index 52cd659..40d2622 100644 --- a/src/hole.rs +++ b/src/hole.rs @@ -266,6 +266,7 @@ impl HoleList { }, bottom: null_mut(), top: null_mut(), + pending_extend: 0, } }