diff options
author | nils <48135649+Nilstrieb@users.noreply.github.com> | 2022-06-15 22:07:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 20:07:32 +0000 |
commit | ff7f74fd29945ec7913c7b99fd743298164c7888 (patch) | |
tree | b1a98cc670cd313c8a7be0bc5d7c24f755217816 /.builds | |
parent | d9c6c8d53e95be2fe40162a1fcfe21b93fa0444b (diff) | |
download | alacritty-ff7f74fd29945ec7913c7b99fd743298164c7888.tar.gz alacritty-ff7f74fd29945ec7913c7b99fd743298164c7888.zip |
Use `MaybeUninit<usize>` instead of `usize` in `Storage::swap`
`Row` contains pointer bytes, which are not valid for `usize`, therefore
`MaybeUninit<usize>` should be used instead to do an untyped copy.
Diffstat (limited to '.builds')
0 files changed, 0 insertions, 0 deletions