mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
Address clippy lint for gen-dev
This commit is contained in:
parent
99050956d3
commit
2f620f048e
@ -269,6 +269,7 @@ macro_rules! assert_evals_to {
|
||||
|
||||
let transform = |success| {
|
||||
let expected = $expected;
|
||||
#[allow(clippy::redundant_closure_call)]
|
||||
let given = $transform(success);
|
||||
assert_eq!(&given, &expected);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user