Skip to content

Commit

Permalink
deploy: 6104c3d
Browse files Browse the repository at this point in the history
  • Loading branch information
pliniker committed Dec 19, 2024
1 parent aba4fe8 commit c8c5f23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chapter-simple-bump.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h2><a class="header" href="#bump-allocation-basics" id="bump-allocation-basics"
None
} else {
self.cursor = next_ptr as *const u8;
Some(next_ptr)
Some(next_ptr as *const u8)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ <h2><a class="header" href="#bump-allocation-basics" id="bump-allocation-basics"
None
} else {
self.cursor = next_ptr as *const u8;
Some(next_ptr)
Some(next_ptr as *const u8)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit c8c5f23

Please sign in to comment.