mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
Remove redundant clones
This commit is contained in:
parent
5542441d42
commit
3b7596dd34
@ -930,7 +930,7 @@ fn type_comparison<'b>(
|
||||
instead_of: RocDocBuilder<'b>,
|
||||
context_hints: Option<RocDocBuilder<'b>>,
|
||||
) -> RocDocBuilder<'b> {
|
||||
let comparison = to_comparison(alloc, actual.clone(), expected.clone());
|
||||
let comparison = to_comparison(alloc, actual, expected);
|
||||
|
||||
let mut lines = vec![
|
||||
i_am_seeing,
|
||||
|
Loading…
Reference in New Issue
Block a user