mirror of https://github.com/zkat/miette.git
fix(protocol): oops, missed a spot after a rename
This commit is contained in:
parent
aafa4a3de1
commit
5c077d30a4
|
|
@ -85,7 +85,7 @@ impl DiagnosticReport {
|
|||
|
||||
impl std::fmt::Debug for DiagnosticReport {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
crate::get_reporter().debug(&*self.diagnostic, f)
|
||||
crate::get_printer().debug(&*self.diagnostic, f)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue