Use StoreId::new() in macro
This commit is contained in:
parent
fe73a53d44
commit
1af3ab018b
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ macro_rules! module_entry_path_mod {
|
|||
|
||||
impl $crate::storeid::IntoStoreId for ModuleEntryPath {
|
||||
fn into_storeid(self) -> $crate::storeid::StoreId {
|
||||
StoreId::from(self.0)
|
||||
StoreId::new(None, self.0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue