Fix some typos

This commit is contained in:
Ayaz Hafiz 2022-07-01 16:55:07 -04:00 committed by ayazhafiz
parent 74a55664dd
commit cb2f85ed95
No known key found for this signature in database
GPG key ID: B443F7A3030C9AED
2 changed files with 6 additions and 7 deletions

View file

@ -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,