mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
clippy
This commit is contained in:
parent
210bd18fe3
commit
b7ae151d6e
1 changed files with 1 additions and 1 deletions
|
@ -2049,7 +2049,7 @@ fn dict_get(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
||||||
branches: vec![(
|
branches: vec![(
|
||||||
// if-condition
|
// if-condition
|
||||||
no_region(get_flag),
|
no_region(get_flag),
|
||||||
no_region(make_ok.clone()),
|
no_region(make_ok),
|
||||||
)],
|
)],
|
||||||
final_else: Box::new(no_region(make_err)),
|
final_else: Box::new(no_region(make_err)),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue