mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 15:26:24 +00:00
clippy
This commit is contained in:
parent
703224b275
commit
e804501a92
1 changed files with 1 additions and 1 deletions
|
@ -7052,7 +7052,7 @@ fn define_global_str_literal<'ctx>(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn throw_internal_exception<'ctx>(env: &Env<'_, 'ctx, '_>, message: &str) {
|
pub(crate) fn throw_internal_exception(env: &Env<'_, '_, '_>, message: &str) {
|
||||||
let builder = env.builder;
|
let builder = env.builder;
|
||||||
|
|
||||||
let str = build_string_literal(env, message);
|
let str = build_string_literal(env, message);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue