Skip to content
Snippets Groups Projects
Commit 271d1c76 authored by Josh Holmer's avatar Josh Holmer Committed by Thomas Daede
Browse files

Use `add` for pointer arithmetic to avoid casting

`add` takes a `usize` parameter, so this method can be used to avoid an
unnecessary cast to `isize`.
parent de8a6a3b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment