mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
clippy
This commit is contained in:
parent
b681923270
commit
03a90faa37
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ fn malformed(env: &mut Env, region: Region, name: &str) {
|
||||||
use roc_problem::can::RuntimeError::*;
|
use roc_problem::can::RuntimeError::*;
|
||||||
|
|
||||||
let problem = MalformedTypeName((*name).into(), region);
|
let problem = MalformedTypeName((*name).into(), region);
|
||||||
env.problem(roc_problem::can::Problem::RuntimeError(problem.clone()));
|
env.problem(roc_problem::can::Problem::RuntimeError(problem));
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn canonicalize_annotation(
|
pub fn canonicalize_annotation(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue