This commit is contained in:
Dominik Werder
2021-04-21 11:22:23 +02:00
parent f8921faf63
commit 3abf4260d1
3 changed files with 34 additions and 24 deletions

View File

@@ -51,7 +51,7 @@ impl std::fmt::Debug for Error {
Some(k) => k,
_ => 0,
};
if true || is_ours {
if is_ours {
write!(&mut buf, "\n {}\n {} {}", name, filename, lineno).unwrap();
}
}