mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix some typos
This commit is contained in:
parent
74a55664dd
commit
cb2f85ed95
2 changed files with 6 additions and 7 deletions
|
@ -3074,9 +3074,6 @@ fn dict_layout_from_key_value<'a>(
|
|||
)))
|
||||
}
|
||||
|
||||
pub trait FreshMultimorphicSymbol: FnMut() -> Symbol {}
|
||||
impl<T> FreshMultimorphicSymbol for T where T: FnMut() -> Symbol {}
|
||||
|
||||
pub fn list_layout_from_elem<'a>(
|
||||
env: &mut Env<'a, '_>,
|
||||
element_var: Variable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue