cleanup after review

This commit is contained in:
Folkert 2020-03-21 12:51:36 +01:00
parent d7e66fa9a0
commit 97acf1363d
3 changed files with 2 additions and 55 deletions

View file

@ -95,8 +95,8 @@ impl<'a> Layout<'a> {
true
}
Pointer(_) => {
// TODO is this accurate?
true
// We cannot memcpy pointers, because then we would have the same pointer in multiple places!
false
}
}
}