Make libimagrt::runtime::Runtime derive Debug
This commit is contained in:
parent
381a9b3f5b
commit
e0876bb751
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ use logger::ImagLogger;
|
|||
|
||||
use libimagstore::store::Store;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Runtime<'a> {
|
||||
rtp: PathBuf,
|
||||
configuration: Option<Configuration>,
|
||||
|
|
Loading…
Reference in a new issue