mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
cleanup after review
This commit is contained in:
parent
d7e66fa9a0
commit
97acf1363d
3 changed files with 2 additions and 55 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue