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)]
|
||||
pub struct CantLoadFile {
|
||||
path: PathBuf,
|
||||
source: io::Error,
|
||||
pub path: PathBuf,
|
||||
pub source: io::Error,
|
||||
}
|
||||
|
||||
impl core::fmt::Display for CantLoadFile {
|
||||
|
|
Loading…
Reference in a new issue