chore: needless dbg
This commit is contained in:
parent
2dab62857f
commit
1f411cde0e
|
@ -1183,7 +1183,7 @@ fn pipe_with_wrong_type_and_full_args() {
|
||||||
"#;
|
"#;
|
||||||
|
|
||||||
assert!(matches!(
|
assert!(matches!(
|
||||||
dbg!(check(parse(source_code))),
|
check(parse(source_code)),
|
||||||
Err((
|
Err((
|
||||||
_,
|
_,
|
||||||
Error::CouldNotUnify {
|
Error::CouldNotUnify {
|
||||||
|
|
Loading…
Reference in New Issue