mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
various
This commit is contained in:
parent
d7c1be6a44
commit
c019ced31d
9 changed files with 819 additions and 1301 deletions
|
@ -442,7 +442,7 @@ pub trait LayoutInterner<'a>: Sized {
|
|||
pub struct InLayout<'a>(usize, std::marker::PhantomData<&'a ()>);
|
||||
impl<'a> Clone for InLayout<'a> {
|
||||
fn clone(&self) -> Self {
|
||||
Self(self.0, Default::default())
|
||||
*self
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue