diff --git a/mm2src/mm2_io/src/fs.rs b/mm2src/mm2_io/src/fs.rs index b51204b026..00838ae1cc 100644 --- a/mm2src/mm2_io/src/fs.rs +++ b/mm2src/mm2_io/src/fs.rs @@ -269,6 +269,7 @@ where /// Read the `dir_path` entries trying to deserialize each as the `T` type from JSON files. /// Please note that files that couldn't be deserialized are skipped. +#[inline(always)] pub async fn read_dir_json(dir_path: &Path) -> FsJsonResult> where T: DeserializeOwned,