Skip to content

Commit 168d791

Browse files
authored
Merge pull request #68 from rust-osdev/fix-build-on-stable
Fix build on stable by adding missing field in `HoleList` initializer
2 parents 798c9c6 + a04699d commit 168d791

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)