Skip to content

Commit a04699d

Browse files
committed
Fix build on stable by adding missing field in HoleList initializer
1 parent 798c9c6 commit a04699d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hole.rs

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ impl HoleList {
266266
},
267267
bottom: null_mut(),
268268
top: null_mut(),
269+
pending_extend: 0,
269270
}
270271
}
271272

0 commit comments

Comments
 (0)