mirror of https://github.com/zkat/miette.git
fix(miette): match `TestError` visibility with `mod tests`
This commit is contained in:
parent
79ee85ef0c
commit
cf81969c4f
|
|
@ -83,7 +83,7 @@ pub(crate) mod tests {
|
|||
use super::*;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct TestError(pub io::Error);
|
||||
pub(crate) struct TestError(pub io::Error);
|
||||
|
||||
impl Display for TestError {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
|
|
|
|||
Loading…
Reference in New Issue