mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Rename to_owned to into_owned
This commit is contained in:
parent
8d92920731
commit
d041355c1d
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ impl<'a> Specializations<'a> {
|
|||
self.runtime_errors.insert(symbol);
|
||||
}
|
||||
|
||||
pub fn to_owned(self) -> (MutMap<Symbol, MutMap<Layout<'a>, Proc<'a>>>, MutSet<Symbol>) {
|
||||
pub fn into_owned(self) -> (MutMap<Symbol, MutMap<Layout<'a>, Proc<'a>>>, MutSet<Symbol>) {
|
||||
(self.by_symbol, self.runtime_errors)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue