mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Drop unused lifetime annotation
This commit is contained in:
parent
d7fd72c905
commit
23974dc753
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ use roc_types::pretty_print::{name_and_print_var, DebugPrint};
|
|||
use roc_types::subs::Subs;
|
||||
use target_lexicon::Triple;
|
||||
|
||||
pub fn gen_and_eval_llvm<'a>(
|
||||
pub fn gen_and_eval_llvm(
|
||||
src: &str,
|
||||
target: Triple,
|
||||
opt_level: OptLevel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue