mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
clippy
This commit is contained in:
parent
fc7b831285
commit
aa0e975845
6 changed files with 18 additions and 53 deletions
|
@ -95,8 +95,8 @@ pub fn main() -> i32 {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn evaluate<'a>(
|
||||
opt_mono: Option<MonomorphizedModule<'a>>,
|
||||
pub fn evaluate(
|
||||
opt_mono: Option<MonomorphizedModule<'_>>,
|
||||
problems: Problems,
|
||||
opt_var_name: Option<String>,
|
||||
target: &Triple,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue