fix(miette): another fix for MSRV 1.70

This commit is contained in:
Brooks J Rady 2025-04-26 18:56:34 +01:00
parent 792e8ba6ab
commit c84c5fb355
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ pub(crate) mod tests {
use super::*;
#[derive(Debug)]
pub(crate) struct TestError(pub io::Error);
pub(crate) struct TestError(pub(crate) io::Error);
impl Display for TestError {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {