Defer to debug formatting take 2
This commit is contained in:
parent
929bb40adc
commit
c08333e0cd
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ impl NamedCapture {
|
|||
|
||||
impl fmt::Display for SyntaxType {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(f, "{:?}", self)
|
||||
format!("{:?}", self).fmt(f)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue