Fix various lints
This commit is contained in:
parent
cbe8c5de67
commit
027847f543
|
@ -353,7 +353,7 @@ impl fmt::Display for SynthesisError {
|
|||
write!(f, "I/O error: ")?;
|
||||
e.fmt(f)
|
||||
} else {
|
||||
write!(f, "{}", self.description())
|
||||
write!(f, "{}", self)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue