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