forked from AbleOS/holey-bytes
making error fields public
Signed-off-by: Jakub Doka <jakub.doka2@gmail.com>
This commit is contained in:
parent
8ea6c5cfcc
commit
d368ac023b
|
@ -242,8 +242,8 @@ pub type PathResolver<'a> =
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct CantLoadFile {
|
pub struct CantLoadFile {
|
||||||
path: PathBuf,
|
pub path: PathBuf,
|
||||||
source: io::Error,
|
pub source: io::Error,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl core::fmt::Display for CantLoadFile {
|
impl core::fmt::Display for CantLoadFile {
|
||||||
|
|
Loading…
Reference in a new issue