mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Unnecessary static
This commit is contained in:
parent
8e06b16530
commit
14c2548828
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ fn get_tags_vars_and_variant<'a>(
|
|||
(vars_of_tag, union_variant)
|
||||
}
|
||||
|
||||
const FAKE_EXPR: &'static Loc<Expr> = &Loc::at_zero(Expr::Crash);
|
||||
const FAKE_EXPR: &Loc<Expr> = &Loc::at_zero(Expr::Crash);
|
||||
|
||||
fn expr_of_tag<'a, M: ReplAppMemory>(
|
||||
env: &mut Env<'a, '_>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue