mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
fix clippy issues
This commit is contained in:
parent
40bf9be1e2
commit
9e981c264e
7 changed files with 12 additions and 40 deletions
|
@ -969,7 +969,7 @@ fn constrain_empty_record(region: Region, expected: Expected<Type>) -> Constrain
|
|||
pub fn constrain_decls(
|
||||
home: ModuleId,
|
||||
decls: &[Declaration],
|
||||
aliases: SendMap<Symbol, Alias>,
|
||||
_aliases: SendMap<Symbol, Alias>,
|
||||
) -> Constraint {
|
||||
let mut constraint = Constraint::SaveTheEnvironment;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue