mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
manual clippy fixes
This commit is contained in:
parent
ef39bad7c6
commit
2d616d1fe9
6 changed files with 9 additions and 9 deletions
|
@ -1832,7 +1832,7 @@ fn throw_on_overflow<'ctx>(
|
|||
.unwrap()
|
||||
}
|
||||
|
||||
fn throw_because_overflow<'ctx>(env: &Env<'_, 'ctx, '_>, message: &str) {
|
||||
fn throw_because_overflow(env: &Env<'_, '_, '_>, message: &str) {
|
||||
let block = env.builder.get_insert_block().expect("to be in a function");
|
||||
let di_location = env.builder.get_current_debug_location().unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue