diff options
Diffstat (limited to 'crates/shirabe/src/factory.rs')
| -rw-r--r-- | crates/shirabe/src/factory.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/factory.rs b/crates/shirabe/src/factory.rs index 8a97313..2c27015 100644 --- a/crates/shirabe/src/factory.rs +++ b/crates/shirabe/src/factory.rs @@ -1270,7 +1270,7 @@ impl Factory { guesser: VersionGuesser, io: std::rc::Rc<std::cell::RefCell<dyn IOInterface>>, ) -> RootPackageLoader { - RootPackageLoader::new(rm, config, Some(parser), Some(guesser), Some(io)) + RootPackageLoader::new(rm, config, Some(parser), Some(Box::new(guesser)), Some(io)) } pub fn create( |
