mirror of https://github.com/zkat/miette.git
Remove unused import
This commit is contained in:
parent
3a962ab5e3
commit
9a425100c2
|
|
@ -1,6 +1,6 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use miette::{miette, Diagnostic, Report};
|
||||
use miette::{miette, Diagnostic};
|
||||
use thiserror::Error;
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in New Issue