mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
manual clippy fixes
This commit is contained in:
parent
ef39bad7c6
commit
2d616d1fe9
6 changed files with 9 additions and 9 deletions
|
@ -1427,7 +1427,7 @@ impl<'a> DropSpecializationEnvironment<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
fn create_symbol<'i>(&self, ident_ids: &'i mut IdentIds, debug_name: &str) -> Symbol {
|
||||
fn create_symbol(&self, ident_ids: &mut IdentIds, debug_name: &str) -> Symbol {
|
||||
let ident_id = ident_ids.add_str(debug_name);
|
||||
Symbol::new(self.home, ident_id)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue